Skip to content

Commit

Permalink
Try referencing property of deserialized json object (8)
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt committed Apr 10, 2024
1 parent 87545b7 commit f650cd2
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 @@ -56,7 +56,7 @@ jobs:
echo '${{ toJSON(matrix) }}'
echo '${{ env.runner-labels}}'
echo '${{ fromJSON(env.runner-labels).macos }}'
echo '${{ (fromJSON(env.runner-labels)).macos }}'
echo '{{ fromJSON(needs.setup.outputs).runner-labels['windows'] }}'
echo '{{ fromJSON(needs.setup.outputs.runner-labels).${{ env.os }} }}'
Expand Down

0 comments on commit f650cd2

Please sign in to comment.