Commit 0a7d93c
fix: pull --rebase before push in commit step to avoid race condition
If the remote advances between the workflow's checkout and its commit
step (e.g., another push lands in between), the push was rejected.
Now we rebase onto the latest remote HEAD before pushing.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e0ebdd6 commit 0a7d93c
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
0 commit comments