Skip to content

Commit 78d2a8d

Browse files
authored
Merge pull request #8 from mlcommons/arjunsuresh-patch-5
Update update-results.yml
2 parents 30f5208 + dadcdee commit 78d2a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
git config --global user.name "$USER"
3737
git config --global user.email "$EMAIL"
3838
git add summary*
39-
echo -e 'Please download [summary.xlsx](summary.xlsx) to view the most recent results. [This page](https://docs.google.com/spreadsheets/d/e/2PACX-1vSCu8F7Hwck-AGJ5kWxi2G3xhO5MJoc_igybvsxjCt-2fEEYyf2BIcR0rTXW0eUzg/pubhtml) shows the results which may not be the latest. \n ```' > temp
39+
echo -e 'Please download [summary.xlsx](summary.xlsx) to view the most recent results. \n ```' > temp
4040
tail -n 16 checker_log.txt >> temp
4141
echo -e '\n```\n' >> temp
4242
cat temp | cat - README.md > temp1

0 commit comments

Comments
 (0)