Skip to content

Commit 5733529

Browse files
committed
ci: rebase before pushing TechAPI bumps
1 parent 700c1d5 commit 5733529

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/bump-techapi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@ jobs:
5555
git config user.name "TechEngineBot"
5656
git config user.email "289859915+TechEngineBot@users.noreply.github.com"
5757
git commit -m "chore: bump TechAPI submodule to ${SHA:0:7}"
58-
git push origin main
58+
git pull --rebase origin main
59+
git push origin HEAD:main

0 commit comments

Comments
 (0)