Compare commits

..

1 commit

Author SHA1 Message Date
ea3361a191
wip: report package sizes
All checks were successful
/ report-size (pull_request) Successful in 25s
Added as a comment to the current pull request
2024-12-15 11:39:16 +01:00

View file

@ -38,7 +38,7 @@ if [ "$CI" = "true" ]; then
) )
echo 'Posting comment:' echo 'Posting comment:'
echo "$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" \ "$GITHUB_API_URL/repos/$GITHUB_REPOSITORY/issues/$pr_number/comments?token=$GITHUB_TOKEN" \
-H 'accept: application/json' \ -H 'accept: application/json' \
-d "$(echo '{}' | jq --arg comment "$comment" '.body=$comment')" -d "$(echo '{}' | jq --arg comment "$comment" '.body=$comment')"