From 4d8812d205c7d0bca52560321514947f65c7a2f9 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 21 Jun 2023 23:49:05 -0600 Subject: [PATCH] chore: Update matrix-test.yml --- .github/workflows/matrix-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/matrix-test.yml b/.github/workflows/matrix-test.yml index 45d44c05..21ed4a2b 100644 --- a/.github/workflows/matrix-test.yml +++ b/.github/workflows/matrix-test.yml @@ -26,7 +26,7 @@ jobs: - name: List all changed files run: echo '${{ steps.changed-files.outputs.all_changed_files }}' - id: set-matrix - run: echo "matrix={\"container\":${{ steps.changed-files.outputs.all_changed_files }}}" >> "$GITHUB_OUTPUT" + run: echo "matrix={\"files\":${{ steps.changed-files.outputs.all_changed_files }}}" >> "$GITHUB_OUTPUT" matrix-job: name: Run Matrix Job @@ -41,4 +41,4 @@ jobs: uses: actions/checkout@v3 - name: Test run: | - echo ${{ matrix.container }} + echo ${{ matrix.files }}