Skip to content

Commit

Permalink
enclose versions flag values in double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Jun 25, 2024
1 parent 6d4c470 commit 2e008ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backport-commenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
SYNC-REPO: consul-enterprise
run: |
backport-assistant validate \
--owner ${{ env.OWNER }} --repo ${{ env.REPO }} --sync-repo ${{ env.SYNC_REPO }} --versions ${{ env.VERSIONS }} \
--owner ${{ env.OWNER }} --repo ${{ env.REPO }} --sync-repo ${{ env.SYNC_REPO }} --versions "${{ env.VERSIONS }}" \
--begin-date ${{ env.BEGIN_DATE }} --add-comment
validate-backports-enterprise:
container: hashicorpdev/backport-assistant:claire-dev
Expand Down Expand Up @@ -89,5 +89,5 @@ jobs:
REPO: consul-enterprise
run: |
backport-assistant validate \
--owner ${{ env.OWNER }} --repo ${{ env.REPO }} --sync-repo ${{ env.SYNC_REPO }} --versions ${{ env.VERSIONS }} \
--owner ${{ env.OWNER }} --repo ${{ env.REPO }} --sync-repo ${{ env.SYNC_REPO }} --versions "${{ env.VERSIONS }}" \
--begin-date ${{ env.BEGIN_DATE }} --add-comment

0 comments on commit 2e008ba

Please sign in to comment.