Fix code format action to push to target branch

This commit is contained in:
KingRainbow44 2023-05-08 01:42:08 -04:00
parent 3e183ff9d1
commit 2578eb4f0f
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -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 }}