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