Skip to content

Commit

Permalink
chore: define-matrix job writes the matrix to an environment file
Browse files Browse the repository at this point in the history
  • Loading branch information
phmatray committed Nov 26, 2023
1 parent 75bc385 commit d291798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- id: set-matrix
run: |
echo "::set-output name=matrix::[\"ubuntu-latest\", \"windows-latest\"]"
echo 'matrix=["ubuntu-latest", "windows-latest"]' >> $GITHUB_ENV
setup:
needs: define-matrix
Expand Down

0 comments on commit d291798

Please sign in to comment.