We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d1176 commit 72274d9Copy full SHA for 72274d9
1 file changed
.github/workflows/build.yaml
@@ -69,7 +69,7 @@ jobs:
69
70
# Temp globs
71
# The action will need to get this from inputs somehow
72
- readarray GLOBS < <(yq --output-format=json --indent=0 --null-input '["*.adoc", ".github/**"]')
+ readarray GLOBS < <(yq --output-format=tsv --null-input '["*.adoc", ".github/**"]')
73
74
for GLOB in "${GLOBS[@]}"; do
75
echo "$GLOB"
0 commit comments