From ec8ab06c8cd6f0caa362cd82bc64609846c84d01 Mon Sep 17 00:00:00 2001 From: wayne warren Date: Sun, 9 Apr 2023 12:30:40 -0600 Subject: [PATCH] .github: try using fromJson in matrix values specification --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index acf9d61..d6de41a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,7 +70,7 @@ jobs: needs: build-setup strategy: matrix: - app: ${{ needs.build-setup.outputs.app-names }} + app: ${{ fromJson(needs.build-setup.outputs.app-names) }} steps: - name: check out repository uses: actions/checkout@v3