Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasSamson committed Jun 20, 2023
1 parent de50498 commit 968b793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
else
CONTEXT=nonprod
if [ "$GITHUB_EVENT_NAME" == "pull_request" ]; then
echo 'RELEASE_NAME=pr-$(jq --raw-output .pull_request.number "$GITHUB_EVENT_PATH")' >> "$GITHUB_ENV"
echo "RELEASE_NAME=pr-$(jq --raw-output .pull_request.number \"$GITHUB_EVENT_PATH\")" >> "$GITHUB_ENV"
else
echo "RELEASE_NAME=${{ github.ref_name }}" >> "$GITHUB_ENV"
fi
Expand Down

0 comments on commit 968b793

Please sign in to comment.