We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd1936 commit 416943cCopy full SHA for 416943c
1 file changed
action.yml
@@ -118,5 +118,7 @@ runs:
118
echo "Comment ${COMMENT}"
119
GITHUB_TOKEN=${{ inputs.GITHUB_TOKEN }}
120
COMMENT_URL="https://api.github.com/repos/${{ github.repository }}/issues/${PR_NUMBER}/comments"
121
+ echo "Github token: ${GITHUB_TOKEN}"
122
+ echo "Comment URL: ${COMMENT_URL}"
123
124
curl -s -H "Authorization: token ${GITHUB_TOKEN}" -X POST $COMMENT_URL -d "{\"body\":\"${COMMENT}\"}"
0 commit comments