Compare commits
1 commit
60439e3b11
...
18b0da5f8f
Author | SHA1 | Date | |
---|---|---|---|
18b0da5f8f |
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ if [ -z "$COMMENT_ID" ]; then
|
||||||
else
|
else
|
||||||
log "Editing comment $COMMENT_ID"
|
log "Editing comment $COMMENT_ID"
|
||||||
curl -o - -X 'PATCH' \
|
curl -o - -X 'PATCH' \
|
||||||
"$GITHUB_API_URL/repos/$GITHUB_REPOSITORY/issues/comments/$COMMENT_ID" \
|
"$GITHUB_API_URL/repos/$GITHUB_REPOSITORY/issues/$PR_ID/comments/$COMMENT_ID" \
|
||||||
-H 'Accept: application/json' \
|
-H 'Accept: application/json' \
|
||||||
-H "Authorization: token $GITHUB_TOKEN" \
|
-H "Authorization: token $GITHUB_TOKEN" \
|
||||||
-H 'Content-Type: application/json' \
|
-H 'Content-Type: application/json' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue