We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b30dbc commit 7a317edCopy full SHA for 7a317ed
test-spelling-unknown-words
@@ -225,7 +225,7 @@ comment() {
225
if [ -n "$GITHUB_EVENT_PATH" ]; then
226
case "$GITHUB_EVENT_NAME" in
227
pull_request)
228
- COMMENTS_URL=$(cat $GITHUB_EVENT_PATH | jq -r .pull_request.comments_url);;
+ COMMENTS_URL=$(cat $GITHUB_EVENT_PATH | jq -r .pull_request.review_comments_url);;
229
push)
230
COMMENTS_URL=$(cat $GITHUB_EVENT_PATH | jq -r .repository.commits_url | perl -pne 's#\{/sha}#/'$GITHUB_SHA'/comments#');;
231
esac
0 commit comments