Skip to content

Commit 204c0a4

Browse files
committed
shipit
1 parent db3ea93 commit 204c0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
# Temp globs
7171
# The action will need to get this from inputs somehow
72-
readarray -d $'\t' GLOBS < <(yq --output-format=tsv --null-input '["*.adoc", ".github/**"]')
72+
readarray -t -d $'\t' GLOBS < <(yq --output-format=tsv --null-input '["*.adoc", ".github/**"]')
7373
7474
for GLOB in "${GLOBS[@]}"; do
7575
echo "$GLOB"

0 commit comments

Comments
 (0)