Skip to content

Commit bbe95d3

Browse files
authored
Merge pull request #35 from GATEOverflow/mlperf-inference-results-scc24
Update bot email
2 parents d082cbe + ffc6fb5 commit bbe95d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-results.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
cm run script --tags=run,mlperf,inference,submission,checker,_short-run --src_version=v4.1 --adr.submission-checker-src.tags=_repo.https://github.com/gateoverflow/inference,_branch.improve_result_generation --quiet --extra_args=" --skip-extra-files-in-root-check" --submission_dir=./ > >(tee -a out.txt) 2> >(tee -a checker_log.txt >&2)
3636
cm run script --tags=convert,from-csv,to-md --csv_file=summary.csv --md_file=README.md
3737
38-
USER="arjunsuresh"
39-
EMAIL=admin@gateoverflow.org
38+
USER="gateoverflow-admin"
39+
EMAIL=admin@gateoverflow.com
4040
4141
git config --global user.name "$USER"
4242
git config --global user.email "$EMAIL"

0 commit comments

Comments
 (0)