Skip to content

Commit

Permalink
final try
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Aug 28, 2024
1 parent 826b1c9 commit 867da0a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,12 @@ jobs:
# }
- run: echo '${{ toJSON(needs.make-output.outputs) }}'
- run: echo '${{ toJSON(needs.make-output.outputs.all_tests) }}'
use-output-again:
runs-on: ubuntu-latest
needs: [make-output]
strategy:
matrix:
version: ${{ toJSON(needs.make-output.outputs.all_tests) }}
steps:
- run: echo '${{ toJSON(needs.make-output.outputs) }}'
- run: echo '${{ toJSON(needs.make-output.outputs.all_tests) }}'

0 comments on commit 867da0a

Please sign in to comment.