Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Feb 6, 2025
1 parent a7f7858 commit 4a8536b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/quic-interop-runner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ runs:
ARTIFACT_URL: ${{ steps.upload-logs.outputs.artifact-url }}
run: |
cat result.json
jq ". + {log_url: \"$ARTIFACT_URL\"}"
< result.json > result.json.tmp
jq ". + {log_url: \"$ARTIFACT_URL\"}" < result.json > result.json.tmp
ls -l *.json
mv result.json.tmp result.json
cat result.json
shell: bash
Expand Down

0 comments on commit 4a8536b

Please sign in to comment.