mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 18:56:15 +00: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…
Reference in New Issue
Block a user