Skip to content

Commit

Permalink
Use ruby instead of missing jq
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Jun 26, 2024
1 parent 12a0a6c commit c0e4c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-callable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
matrix="$(ruby matrix.rb engine.name:${{ inputs.engine_name }} engine.version:${{ inputs.engine_version }})"
echo "${matrix}"
echo "${matrix}" | jq
echo "${matrix}" | ruby -rjson -0777 -ne 'pp JSON.parse($_)'
echo "matrix=${matrix}" >> $GITHUB_OUTPUT
test:
Expand Down

0 comments on commit c0e4c15

Please sign in to comment.