We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee895e7 commit 9550b81Copy full SHA for 9550b81
.github/workflows/push.yml
@@ -25,4 +25,6 @@ jobs:
25
git config --local user.email '41898282+github-actions[bot]@users.noreply.github.com'
26
git add --all
27
git commit -m "🎨 改进代码样式"
28
- git push
+
29
+ - name: Create Pull Request
30
+ uses: peter-evans/create-pull-request@v4
0 commit comments