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 d7929aa commit 9d91114Copy full SHA for 9d91114
action.yml
@@ -21,7 +21,7 @@ runs:
21
GITHUB_TOKEN: "${{ inputs.token }}"
22
ARTIFACT_JOB: "${{ inputs.job }}"
23
run: |
24
- PREVIEWER_RESPONSE=$(curl -X POST --data-urlencode="job=${JOB}" ${PREVIEWER_URL})
+ PREVIEWER_RESPONSE=$(curl -X POST --data-urlencode "job=${JOB}" ${PREVIEWER_URL})
25
if [[ $? ]]; then
26
curl -H "Authorization: token ${GITHUB_TOKEN}" \
27
-d '{"body": "${PREVIEWER_RESPONSE}"}' \
0 commit comments