mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-17 13:47:20 +00:00
fix: bug with matrix job (#559)
This commit is contained in:
parent
4c536a7182
commit
50a1854730
1 changed files with 1 additions and 1 deletions
2
.github/workflows/manual-matrix-test.yml
vendored
2
.github/workflows/manual-matrix-test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue