Skip to content

Commit 38a1766

Browse files
authored
Update update-results.yml
1 parent e8c5721 commit 38a1766

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
@@ -39,7 +39,7 @@ jobs:
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 }}
42+
# git remote set-url origin https://x-access-token:${{ secrets.ACCESS_TOKEN }}@github.com/${{ github.repository }}
4343
git add summary*
4444
echo -e 'Please download [summary.xlsx](summary.xlsx) to view the most recent results. \n ```' > temp
4545
tail -n 16 checker_log.txt >> temp

0 commit comments

Comments
 (0)