Skip to content

Commit

Permalink
add quote to cli args
Browse files Browse the repository at this point in the history
  • Loading branch information
misteriaud committed Jul 3, 2024
1 parent cd12c4b commit 6f3ae52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildimages-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
# Create the PR
gh pr create \
--base ${{ github.ref }} \
--title $PR_TITLE \
--title "$PR_TITLE" \
--body-file $TMP_PR_BODY_PATH \
--label $PR_LABELS \
--label "$PR_LABELS" \
--draft \

0 comments on commit 6f3ae52

Please sign in to comment.