Skip to content

Commit

Permalink
Try referencing property of deserialized json object (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt committed Apr 10, 2024
1 parent 6aa208f commit bc4876e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo '${{ toJSON(matrix) }}'
echo '${{ env.runner-labels}}'
echo '${{ fromJSON(needs.setup.outputs.runner-labels)["macos"] }}'
echo '${{ fromJSON(needs.setup.outputs.runner-labels)['macos'] }}'
- id: set-matrix
run: echo "runner-labels={\"include\":[{\"project\":\"foo\",\"config\":\"Debug\"},{\"project\":\"bar\",\"config\":\"Release\"}]}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit bc4876e

Please sign in to comment.