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 a095e88 commit a74c354Copy full SHA for a74c354
.github/actions/notify-PA-repo-of-new-version/action.yml
@@ -28,7 +28,7 @@ runs:
28
- name: Set CLIENT_PAYLOAD
29
shell: bash
30
run: |
31
- if [[ ${{ inputs.BUILD_DEMO_WORKFLOW_ID }} == '' && ${{ inputs.ARTIFACT_NAME }} == '' ]]; then
+ if [[ "${{ inputs.BUILD_DEMO_WORKFLOW_ID }}" == '' && "${{ inputs.ARTIFACT_NAME }}" == '' ]]; then
32
echo "CLIENT_PAYLOAD=$( jq -n -c \
33
--arg v "${{ env.VERSION }}" \
34
'{ version: $v }' )" >> $GITHUB_ENV
0 commit comments