Fix bash format?
This commit is contained in:
@@ -21,7 +21,8 @@ jobs:
|
|||||||
id: generate-list
|
id: generate-list
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo matrix="$(ls | jq -Rn '[inputs]')" >> "${GITHUB_OUTPUT}"
|
set -ex
|
||||||
|
echo matrix='$(ls | jq -Rn "[inputs]")' >> "${GITHUB_OUTPUT}"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: Build all images
|
name: Build all images
|
||||||
|
|||||||
Reference in New Issue
Block a user