Skip to content

Commit 9550b81

Browse files
committed
add Create Pull Request
1 parent ee895e7 commit 9550b81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ jobs:
2525
git config --local user.email '41898282+github-actions[bot]@users.noreply.github.com'
2626
git add --all
2727
git commit -m "🎨 改进代码样式"
28-
git push
28+
29+
- name: Create Pull Request
30+
uses: peter-evans/create-pull-request@v4

0 commit comments

Comments
 (0)