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 a51a58e commit 98c436fCopy full SHA for 98c436f
action.yml
@@ -20,7 +20,7 @@ runs:
20
ADD_COMMENT_URL: "https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.issue.number }}/comments"
21
GITHUB_TOKEN: "${{ inputs.token }}"
22
run: |
23
- PREVIEWER_RESPONSE=$(curl -X POST ${PREVIEWER_URL})
+ PREVIEWER_RESPONSE=$(curl -X POST "${PREVIEWER_URL}")
24
if [[ $? ]]; then
25
curl -H "Authorization: token ${GITHUB_TOKEN}" \
26
-d '{"body": "${PREVIEWER_RESPONSE}"}' \
0 commit comments