Skip to content

Commit

Permalink
Update packages.yml
Browse files Browse the repository at this point in the history
Move packages to attribute?
  • Loading branch information
isc-tleavitt committed Jan 12, 2024
1 parent c57fa56 commit 6401156
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
needs: job1
runs-on: ubuntu-latest
strategy:
matrix: ${{fromJson(needs.job1.outputs.matrix)}}
matrix:
package: ${{fromJson(needs.job1.outputs.matrix)}}
steps:
- run: echo test

0 comments on commit 6401156

Please sign in to comment.