Skip to content

Commit b5e1b56

Browse files
committed
fixup! Post CI health reports to Slack
1 parent 0499da0 commit b5e1b56

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/reports.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,11 @@ 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 \
43-
--output-format=MARKDOWN)
42+
-f /sql/ci-cd/$name.sql)
4443
4544
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
4645
echo "$name<<$EOF" >> $GITHUB_OUTPUT
47-
echo "$output" >> $GITHUB_OUTPUT
46+
echo '```'"$output"'```' >> $GITHUB_OUTPUT
4847
echo "$EOF" >> $GITHUB_OUTPUT
4948
done
5049
- name: Post to a Slack channel

0 commit comments

Comments
 (0)