Skip to content

Commit

Permalink
add Create Pull Request
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Dec 10, 2022
1 parent ee895e7 commit 9550b81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
git config --local user.email '41898282+github-actions[bot]@users.noreply.github.com'
git add --all
git commit -m "🎨 改进代码样式"
git push
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4

0 comments on commit 9550b81

Please sign in to comment.