Skip to content

Commit 72274d9

Browse files
committed
tsv?
1 parent a8d1176 commit 72274d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 GLOBS < <(yq --output-format=json --indent=0 --null-input '["*.adoc", ".github/**"]')
72+
readarray GLOBS < <(yq --output-format=tsv --null-input '["*.adoc", ".github/**"]')
7373
7474
for GLOB in "${GLOBS[@]}"; do
7575
echo "$GLOB"

0 commit comments

Comments
 (0)