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