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 5562280 commit ae907d0
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 ae907d0

Please sign in to comment.