We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7179505 commit 324688eCopy full SHA for 324688e
1 file changed
.github/workflows/bump-engine.yml
@@ -51,7 +51,8 @@ jobs:
51
git config user.email "289859915+TechEngineBot@users.noreply.github.com"
52
git add TechEngine
53
git commit -m "chore: bump TechEngine submodule to ${NEW_SHA}"
54
- git push
+ git pull --rebase origin main
55
+ git push origin HEAD:main
56
echo "techapi_sha=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
57
58
- name: Dispatch reciprocal TechAPI bump to TechEngine
0 commit comments