From 867da0ae7ecee7976c39d1ef37ee31e53154ef11 Mon Sep 17 00:00:00 2001 From: Benjamin DeMann Date: Wed, 28 Aug 2024 13:02:39 -0600 Subject: [PATCH] final try --- .github/workflows/actions-demo.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/actions-demo.yml b/.github/workflows/actions-demo.yml index 82838bbcad..df7c78f001 100644 --- a/.github/workflows/actions-demo.yml +++ b/.github/workflows/actions-demo.yml @@ -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) }}'