mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:47:35 +00:00
Meta: Don't use heredocs as file paths
Heredocs are passed to stdin, so make `jq` read it from stdin instead of treating it as a file path argument.
This commit is contained in:
parent
c0dbea43f3
commit
07c7827dee
1 changed files with 1 additions and 1 deletions
2
.github/workflows/libjs-test262.yml
vendored
2
.github/workflows/libjs-test262.yml
vendored
|
@ -119,7 +119,7 @@ jobs:
|
|||
working-directory: libjs-test262/Build
|
||||
run: |
|
||||
_deps/lagom-build/test-wasm --per-file > ../../libjs-website/wasm/data/per-file-master.json
|
||||
jq -nc -f <<-EOF --slurpfile previous ../../libjs-website/wasm/data/results.json --slurpfile details ../../libjs-website/wasm/data/per-file-master.json
|
||||
jq -nc -f /dev/stdin <<-EOF --slurpfile previous ../../libjs-website/wasm/data/results.json --slurpfile details ../../libjs-website/wasm/data/per-file-master.json
|
||||
\$details[0] as \$details | \$previous[0] + [{
|
||||
"commit_timestamp": $(git -C ../.. log -1 --format=%ct),
|
||||
"run_timestamp": $(date +%s),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue