fix(action): small typos and weird stuff

Why is it not downloading the previous report?
This commit is contained in:
Jalil David Salamé Messina 2024-12-18 16:18:13 +01:00
parent 08d9598c26
commit c3362d4650
Signed by: jalil
GPG key ID: F016B9E770737A0B
3 changed files with 8 additions and 9 deletions

View file

@ -126,12 +126,12 @@ log "Expected PR URL: $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/pulls/$pr_number"
log 'Generating comment body'
comment=$(markdown_from_report "$@")
group 'Comment Data:'
group 'Comment Data'
log "$comment"
endgroup
data=$(echo '{}' | jq --arg comment "$comment" '.body=$comment')
group 'Request data:'
group 'Request data'
log "$data"
endgroup