3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2024-12-17 03:47:20 +00:00

fix: bug with matrix job (#559)

This commit is contained in:
Tonye Jack 2022-08-03 14:19:07 -06:00 committed by GitHub
parent 4c536a7182
commit 50a1854730
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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