1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-05 09:10:25 +08:00

feat: optimize actions

This commit is contained in:
源文雨
2023-09-22 00:18:10 +09:00
parent 12a85111b1
commit 937d748c67

View File

@@ -19,3 +19,5 @@ jobs:
- name: Create Pull Request
run: |
gh pr create --title "chore(sync): merge dev into main" --body "Merge dev to main" --base main --head dev
env:
GH_TOKEN: ${{ github.token }}