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
|
||||
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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user