fix: bug with matrix job (#559)
This commit is contained in:
parent
4c536a7182
commit
50a1854730
2
.github/workflows/manual-matrix-test.yml
vendored
2
.github/workflows/manual-matrix-test.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
name: Get changes
|
name: Get changes
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
matrix: "{\"container\": ${{ toJson(steps.changed-files.outputs.all_changed_files) }} }"
|
matrix: "{\"container\": ${{ steps.changed-files.outputs.all_changed_files }} }"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user