diff --git a/.github/workflows/auto-update-app-headers.yml b/.github/workflows/auto-update-app-headers.yml index 3a67a98b..17330782 100644 --- a/.github/workflows/auto-update-app-headers.yml +++ b/.github/workflows/auto-update-app-headers.yml @@ -53,6 +53,7 @@ jobs: if: steps.check_changes.outputs.changed == 'true' run: | git commit -m "chore: update app headers [skip ci]" + git pull --rebase origin main git push origin main - name: No changes detected