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 a8a3572 commit 598713eCopy full SHA for 598713e
create.sh
@@ -61,5 +61,5 @@ jq -c 'select(.type == "create_pull_request")' "$INPUT" | while read -r event; d
61
gh pr create --title "$PR_TITLE" --body "$PR_BODY" --base main --head "$BRANCH_NAME" --label dependencies || true
62
63
# Return to main branch for next PR
64
- git checkout main
+ git checkout master
65
done
0 commit comments