Add spaces

This commit is contained in:
Logan Pulley
2022-10-12 15:14:35 -05:00
parent 3750c5302c
commit 81520789a6
5 changed files with 23 additions and 23 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