Skip to content

Commit

Permalink
Fix multiline command. (#24910)
Browse files Browse the repository at this point in the history
  • Loading branch information
goodov authored Jul 30, 2024
1 parent a6b5d9c commit db04cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-and-rebase-pr-from-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
existing_prs=$(gh pr list -H "$contribHeadRefName" --json number)
if [[ "$existing_prs" = "[]" ]]; then
gh pr create
gh pr create \
--draft \
--base "$baseRefName" \
--head "$contribHeadRefName" \
Expand Down

0 comments on commit db04cab

Please sign in to comment.