Skip to content

Commit 12a8511

Browse files
committed
feat: optimize actions
1 parent 6ce02c8 commit 12a8511

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/sync_dev.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,5 @@ jobs:
1717
ref: main
1818

1919
- name: Create Pull Request
20-
uses: peter-evans/create-pull-request@v5
21-
with:
22-
delete-branch: false
23-
base: dev
24-
title: "chore(sync): merge dev into main"
20+
run: |
21+
gh pr create --title "chore(sync): merge dev into main" --body "Merge dev to main" --base main --head dev

0 commit comments

Comments
 (0)