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