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 4f5a0af commit 60c1c0dCopy full SHA for 60c1c0d
create.sh
@@ -52,7 +52,7 @@ jq -c 'select(.type == "create_pull_request")' "$INPUT" | while read -r event; d
52
53
# Commit and push
54
git commit -m "$COMMIT_MSG"
55
- git push origin "$BRANCH_NAME"
+ git push -f origin "$BRANCH_NAME"
56
57
# Create PR using gh CLI
58
gh pr create --title "$PR_TITLE" --body "$PR_BODY" --base main --head "$BRANCH_NAME" --label dependencies || true
0 commit comments