Skip to content

Commit

Permalink
fix: attempting to generate json on values.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot committed Jan 22, 2025
1 parent ae907d0 commit a54ae5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ jobs:
with:
tag: ${{ needs.vars.outputs.pr }}
params: |
--set-json global.env='[{"name": "PR_NUM", "value": "${{ needs.vars.outputs.pr }}"},{"name": "RELEASE_NUM", "value": "${{ needs.vars.outputs.pr }}"]' \
--set-json global.env='[{"name": "PR_NUM", "value": "${{ needs.vars.outputs.pr }}"},{"name": "RELEASE_NUM", "value": "${{ needs.vars.outputs.pr }}"}]' \

0 comments on commit a54ae5c

Please sign in to comment.