Skip to content

Commit 98c436f

Browse files
Adding webhook url between quotes
1 parent a51a58e commit 98c436f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
ADD_COMMENT_URL: "https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.issue.number }}/comments"
2121
GITHUB_TOKEN: "${{ inputs.token }}"
2222
run: |
23-
PREVIEWER_RESPONSE=$(curl -X POST ${PREVIEWER_URL})
23+
PREVIEWER_RESPONSE=$(curl -X POST "${PREVIEWER_URL}")
2424
if [[ $? ]]; then
2525
curl -H "Authorization: token ${GITHUB_TOKEN}" \
2626
-d '{"body": "${PREVIEWER_RESPONSE}"}' \

0 commit comments

Comments
 (0)