Skip to content

Commit 598713e

Browse files
authored
Update create.sh
1 parent a8a3572 commit 598713e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ jq -c 'select(.type == "create_pull_request")' "$INPUT" | while read -r event; d
6161
gh pr create --title "$PR_TITLE" --body "$PR_BODY" --base main --head "$BRANCH_NAME" --label dependencies || true
6262

6363
# Return to main branch for next PR
64-
git checkout main
64+
git checkout master
6565
done

0 commit comments

Comments
 (0)