Skip to content

Commit 58e991f

Browse files
authored
Update test-mlperf-inference-resnet50.yml
1 parent 2da7b63 commit 58e991f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-mlperf-inference-resnet50.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ jobs:
7676
cd tmp
7777
echo "hello" >> README.md
7878
git commit -a -m "Test commit"
79-
git remote add origin https://$PAT@github.com/mlcommons/mlperf_inference_test_submissions_v5.0
79+
git remote set-url origin https://${PAT}@github.com/mlcommons/mlperf_inference_test_submissions_v5.0
8080
git push
8181
mlcr --tags=push,github,mlperf,inference,submission --env.MLC_GITHUB_TOKEN=$PAT --env.MLC_GIT_AUTH=yes --repo_url=https://github.com/mlcommons/mlperf_inference_test_submissions_v5.0 --repo_branch=auto-update --commit_message="Results from R50 GH action on ${{ matrix.os }}" --quiet

0 commit comments

Comments
 (0)