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 72274d9 commit db3ea93Copy full SHA for db3ea93
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=tsv --null-input '["*.adoc", ".github/**"]')
+ readarray -d $'\t' GLOBS < <(yq --output-format=tsv --null-input '["*.adoc", ".github/**"]')
73
74
for GLOB in "${GLOBS[@]}"; do
75
echo "$GLOB"
0 commit comments