Fix bash format?

This commit is contained in:
Greg Hellings
2023-12-12 15:30:50 -06:00
parent bc750ffe72
commit f56d310014
+2 -1
View File
@@ -21,7 +21,8 @@ jobs:
id: generate-list
shell: bash
run: |
echo matrix="$(ls | jq -Rn '[inputs]')" >> "${GITHUB_OUTPUT}"
set -ex
echo matrix='$(ls | jq -Rn "[inputs]")' >> "${GITHUB_OUTPUT}"
build:
name: Build all images