Process the received JSON again...
This commit is contained in:
parent
ffb45122d4
commit
7d40c5b9b2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/map-diff.yml
vendored
2
.github/workflows/map-diff.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
|||
html=$(jq -r --arg path "$map_path" 'if .data.link != null
|
||||
then @html "<h3>\($path)</h3><img src=\"\(.data.link)\" /> <br />"
|
||||
elif has("errors") then .errors[].status | halt_error
|
||||
else "Unexpected JSON structure!\n" | halt_error end') || continue
|
||||
else "Unexpected JSON structure!\n" | halt_error end' <<< "$json") || continue
|
||||
comment_body+=$html
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue