ci: fix push race condition with pull --rebase

This commit is contained in:
CanbiZ (MickLesk)
2026-04-15 08:39:34 +02:00
parent 98ec9ddc39
commit 5b49f3d08c

View File

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