Double-quote $GITHUB_OUTPUT

This commit is contained in:
Logan Pulley
2022-10-12 11:35:06 -05:00
parent 2610be7bb8
commit c8b8b3cadf
5 changed files with 36 additions and 36 deletions

View File

@@ -24,7 +24,7 @@ jobs:
echo '${{ steps.changed-files.outputs.all_changed_files }}'
- id: set-matrix
run: echo "matrix={\"container\":${{ steps.changed-files.outputs.all_changed_files }}}" >>$GITHUB_OUTPUT
run: echo "matrix={\"container\":${{ steps.changed-files.outputs.all_changed_files }}}" >>"$GITHUB_OUTPUT"
matrix-job:
name: Run Matrix Job