Skip to content

Commit

Permalink
Merge pull request #194 from JTunis/fix/quote-pr-title
Browse files Browse the repository at this point in the history
fix: quote PR title
  • Loading branch information
AndreasAugustin authored Aug 26, 2022
2 parents d97b0b4 + bcf13f1 commit c13198a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sync_template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ echo "::endgroup::"

echo "::group::create pull request"
gh pr create \
--title ${PR_TITLE} \
--title "${PR_TITLE}" \
--body "Merge ${SOURCE_REPO_PATH} ${NEW_TEMPLATE_GIT_HASH}" \
-B "${UPSTREAM_BRANCH}" \
-l "${PR_LABELS}"
Expand Down

0 comments on commit c13198a

Please sign in to comment.