Skip to content

Commit 33d062c

Browse files
committed
chore: correct path to array with puzzles
Correction for b7a7af8 commit.
1 parent b7a7af8 commit 33d062c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scripts/ci/pdd-json-to-tsv.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
# https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files#rendering-csv-and-tsv-data
1111
# 5) transform lists to TSV rows
1212

13-
exec jq --raw-output '. | sort_by([ .ticket | tonumber ], .id) | [ { "id":"Id", "ticket":"Ticket", "body":"Title", "file":"File", "lines":"Lines" } ] + . | .[] | [ .id, .ticket, ([ .body ] | @csv), .file, .lines ] | @tsv'
13+
exec jq --raw-output '.puzzles | sort_by([ .ticket | tonumber ], .id) | [ { "id":"Id", "ticket":"Ticket", "body":"Title", "file":"File", "lines":"Lines" } ] + . | .[] | [ .id, .ticket, ([ .body ] | @csv), .file, .lines ] | @tsv'

0 commit comments

Comments
 (0)