From 5562280acb1d3df90101771ab4e9cd9130194913 Mon Sep 17 00:00:00 2001 From: Chris Berg Date: Tue, 21 Jan 2025 17:02:08 -0800 Subject: [PATCH] fix: attempting to generate json on values.yml --- .github/workflows/pr-open.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 21f98312c..b7d4630ca 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -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 }}"}}]' \