ci: fix push race condition with pull --rebase
This commit is contained in:
1
.github/workflows/auto-update-app-headers.yml
generated
vendored
1
.github/workflows/auto-update-app-headers.yml
generated
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user