Skip to content

Commit 935e19d

Browse files
committed
WIP fix comment
1 parent a198137 commit 935e19d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -927,9 +927,10 @@ jobs:
927927
echo "<details>" >> comment.txt
928928
echo "<summary>" >> comment.txt
929929
echo "Tests passed ✓, `
930-
`Code: ${table[0,1]:-}, `
931-
`Stack: ${table[0,2]:-}, `
932-
`Structs: ${table[0,3]:-}" >> comment.txt
930+
`Code: $(awk 'NR==3 {print $4}' table.txt || true), `
931+
`Stack: $(awk 'NR==3 {print $6}' table.txt || true), `
932+
`Structs: $(awk 'NR==3 {print $8}' table.txt || true)" \
933+
>> comment.txt
933934
echo "</summary>" >> comment.txt
934935
echo >> comment.txt
935936
[ -e table.txt ] && cat table.txt >> comment.txt

0 commit comments

Comments
 (0)