From 50a18547300e3024a0a907bed99a77e9628e9fa1 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 3 Aug 2022 14:19:07 -0600 Subject: [PATCH] fix: bug with matrix job (#559) --- .github/workflows/manual-matrix-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual-matrix-test.yml b/.github/workflows/manual-matrix-test.yml index 822b3957842..4b0b8d5e3e6 100644 --- a/.github/workflows/manual-matrix-test.yml +++ b/.github/workflows/manual-matrix-test.yml @@ -8,7 +8,7 @@ jobs: name: Get changes runs-on: ubuntu-latest outputs: - matrix: "{\"container\": ${{ toJson(steps.changed-files.outputs.all_changed_files) }} }" + matrix: "{\"container\": ${{ steps.changed-files.outputs.all_changed_files }} }" steps: - name: Checkout uses: actions/checkout@v3