Skip to content

Commit

Permalink
fix: bug with matrix job (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Aug 3, 2022
1 parent 4c536a7 commit 50a1854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-matrix-test.yml
Expand Up @@ -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
Expand Down

0 comments on commit 50a1854

Please sign in to comment.