diff --git a/.github/workflows/check_code.yml b/.github/workflows/check_code.yml index 6b875e815..c128e1905 100644 --- a/.github/workflows/check_code.yml +++ b/.github/workflows/check_code.yml @@ -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 }}