fix(action): small typos and weird stuff
Why is it not downloading the previous report?
This commit is contained in:
parent
08d9598c26
commit
c3362d4650
3 changed files with 8 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue