Commit 27c6dfb
committed
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.1 parent bec2b30 commit 27c6dfb
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