We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed31f43 commit e2bac16Copy full SHA for e2bac16
.github/workflows/sync-main.yml
@@ -48,7 +48,7 @@ jobs:
48
echo "::endgroup::"
49
- name: Push sync branch and ensure visibility
50
run: |
51
- git push origin sync-main-pr --force
+ git push origin sync-main-pr
52
53
BRANCH_NAME="sync-main-pr"
54
COMMIT_SHA=$(git rev-parse HEAD)
0 commit comments