Skip to content

Commit 6274c23

Browse files
committed
fixup! Post CI health reports to Slack
1 parent b5e1b56 commit 6274c23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/reports.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
output=$(docker exec trino \
4040
java -Dorg.jline.terminal.dumb=true -jar /usr/bin/trino \
4141
trino://localhost:8080/trinocicd/v2 \
42-
-f /sql/ci-cd/$name.sql)
42+
--file /sql/ci-cd/$name.sql \
43+
--output-format=ALIGNED)
4344
4445
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
4546
echo "$name<<$EOF" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)