From dcbb72dac250e8033b071dced2d5c46fa0479b73 Mon Sep 17 00:00:00 2001 From: Josh Johanning Date: Wed, 9 Oct 2024 15:56:16 -0500 Subject: [PATCH] test --- .github/workflows/dynamic-matrix-subvalues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dynamic-matrix-subvalues.yml b/.github/workflows/dynamic-matrix-subvalues.yml index 2d9ff11..0d1c451 100644 --- a/.github/workflows/dynamic-matrix-subvalues.yml +++ b/.github/workflows/dynamic-matrix-subvalues.yml @@ -73,7 +73,7 @@ jobs: name: ${{ matrix.repositories.name }} runs-on: ubuntu-latest strategy: - matrix: ${{ fromJson(fromJson(needs.prepare.outputs.repositories).repositories) }} + matrix: "${{ fromJson(needs.prepare.outputs.repositories).organization.repositories }}" fail-fast: false max-parallel: 15 steps: