Compare commits
1 commit
1ab8e2da67
...
ea3361a191
Author | SHA1 | Date | |
---|---|---|---|
ea3361a191 |
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ if [ "$CI" = "true" ]; then
|
|||
)
|
||||
echo 'Posting comment:'
|
||||
echo "$comment"
|
||||
curl -o - -I -X 'POST' \
|
||||
curl -o - -v -X 'POST' \
|
||||
"$GITHUB_API_URL/repos/$GITHUB_REPOSITORY/issues/$pr_number/comments?token=$GITHUB_TOKEN" \
|
||||
-H 'accept: application/json' \
|
||||
-d "$(echo '{}' | jq --arg comment "$comment" '.body=$comment')"
|
||||
|
|
Loading…
Add table
Reference in a new issue