mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 05:30:07 +08:00
🐛 fix push
This commit is contained in:
parent
9550b817c5
commit
a008faf805
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -19,6 +19,7 @@ jobs:
|
|||||||
version: latest
|
version: latest
|
||||||
|
|
||||||
- name: Commit back
|
- name: Commit back
|
||||||
|
if: ${{ !github.head_ref }}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
git config --local user.name 'github-actions[bot]'
|
git config --local user.name 'github-actions[bot]'
|
||||||
@ -27,4 +28,5 @@ jobs:
|
|||||||
git commit -m "🎨 改进代码样式"
|
git commit -m "🎨 改进代码样式"
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
|
if: ${{ !github.head_ref }}
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v4
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user