mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-03-13 02:27:22 +08:00
Fix code format action to push to target branch
This commit is contained in:
parent
3e183ff9d1
commit
2578eb4f0f
2
.github/workflows/check_code.yml
vendored
2
.github/workflows/check_code.yml
vendored
@ -45,4 +45,4 @@ jobs:
|
||||
- name: Commit Code Changes
|
||||
run: git add -u && git commit -m 'Format code [skip actions]' || true
|
||||
- name: Push Code Changes
|
||||
run: git push --set-upstream --force origin development
|
||||
run: git push --set-upstream --force ${{ github.event.pull_request.base.ref }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user