mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-03-04 04:44:54 +08:00
feat: optimize actions
This commit is contained in:
parent
12a85111b1
commit
937d748c67
2
.github/workflows/sync_dev.yml
vendored
2
.github/workflows/sync_dev.yml
vendored
@ -19,3 +19,5 @@ jobs:
|
|||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
run: |
|
run: |
|
||||||
gh pr create --title "chore(sync): merge dev into main" --body "Merge dev to main" --base main --head dev
|
gh pr create --title "chore(sync): merge dev into main" --body "Merge dev to main" --base main --head dev
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
Loading…
Reference in New Issue
Block a user