Skip to content

Commit

Permalink
more semicolon issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Jul 9, 2024
1 parent 6472be0 commit 4a981c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@ jobs:
- name: Summary
run: |
## Summary and JSON output
echo::group::Summary
echo ::group::Summary
echo - version: ${{ steps.srtool_build.outputs.version }}
echo - info: ${{ steps.srtool_build.outputs.info }}
echo - prop: ${{ steps.srtool_build.outputs.proposal_hash }}
echo - runtime location: ${{ steps.srtool_build.outputs.wasm }}"
echo ::endgroup
echo:group::JSON output
echo ::group::JSON output
PRETTY_JSON=`echo ${{ steps.srtool_build.outputs.json }} | jq .`
echo '${{ steps.srtool_build.outputs.json }}' | jq . > ${{ matrix.chain }}-srtool-digest.json
echo JSON Output:
Expand Down

0 comments on commit 4a981c0

Please sign in to comment.