Skip to content

Commit

Permalink
chore: Update matrix-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jun 22, 2023
1 parent 668fd3a commit 4d8812d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/matrix-test.yml
Expand Up @@ -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
Expand All @@ -41,4 +41,4 @@ jobs:
uses: actions/checkout@v3
- name: Test
run: |
echo ${{ matrix.container }}
echo ${{ matrix.files }}

0 comments on commit 4d8812d

Please sign in to comment.