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 a4ad451 commit 5562280
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +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 5562280

Please sign in to comment.