Skip to content

Commit

Permalink
Fixing set-output replacement.
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-parent committed Jun 6, 2024
1 parent 2125bee commit ad8c3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Generate job matrix
id: set-matrix
# Note: The json in this variable must be a single line for parsing to succeed.
run: echo "name=matrix::$(cat .github/matrix.json | scripts/flatten_json.py)" >> $GITHUB_OUTPUT
run: echo "matrix=$(cat .github/matrix.json | scripts/flatten_json.py)" >> $GITHUB_OUTPUT

builds:
# installed tools and runners can be found here: https://github.com/actions/runner-images
Expand Down

0 comments on commit ad8c3e2

Please sign in to comment.