Skip to content

Commit c118c24

Browse files
authored
Update update-results.yml
1 parent 484b4e7 commit c118c24

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update-results.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,11 @@ jobs:
3434
cm run script --tags=run,mlperf,inference,submission-checker --adr.inference-src.tags=_repo.https://github.com/GATEOverflow/inference --quiet --extra_args=" --skip-extra-files-in-root-check" --submission_dir=./ > >(tee -a out.txt) 2> >(tee -a checker_log.txt >&2)
3535
cm run script --tags=convert,from-csv,to-md --csv_file=summary.csv --md_file=README.md
3636
37-
USER=GitHub Action
37+
USER="GitHub Action"
3838
3939
4040
git config --global user.name "$USER"
4141
git config --global user.email "$EMAIL"
42-
git remote set-url origin https://x-access-token:${{ secrets.ACCESS_TOKEN }}@github.com/${{ github.repository }}
4342
git add summary*
4443
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
4544
tail -n 16 checker_log.txt >> temp

0 commit comments

Comments
 (0)