We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac19333 commit be6eeceCopy full SHA for be6eece
.github/actions/notify-PA-repo-of-new-version/action.yml
@@ -29,11 +29,11 @@ runs:
29
shell: bash
30
run: |
31
if [[ ${{ inputs.BUILD_DEMO_WORKFLOW_ID }} == '' && ${{ inputs.ARTIFACT_NAME }} == '' ]]; then
32
- echo "CLIENT_PAYLOAD=$( jq -n \
+ echo "CLIENT_PAYLOAD=$( jq -n -c \
33
--arg v "${{ env.VERSION }}" \
34
'{ version: $v }' )" >> $GITHUB_ENV
35
else
36
37
38
--arg dr "${{ github.repository }}" \
39
--arg dwid "${{ inputs.BUILD_DEMO_WORKFLOW_ID }}" \
0 commit comments