Skip to content

Commit 416943c

Browse files
committed
feat: add extra debugging comments
1 parent 4fd1936 commit 416943c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,7 @@ runs:
118118
echo "Comment ${COMMENT}"
119119
GITHUB_TOKEN=${{ inputs.GITHUB_TOKEN }}
120120
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}"
121123
122124
curl -s -H "Authorization: token ${GITHUB_TOKEN}" -X POST $COMMENT_URL -d "{\"body\":\"${COMMENT}\"}"

0 commit comments

Comments
 (0)