We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c5721 commit 38a1766Copy full SHA for 38a1766
.github/workflows/update-results.yml
@@ -39,7 +39,7 @@ jobs:
39
40
git config --global user.name "$USER"
41
git config --global user.email "$EMAIL"
42
- git remote set-url origin https://x-access-token:${{ secrets.ACCESS_TOKEN }}@github.com/${{ github.repository }}
+ # git remote set-url origin https://x-access-token:${{ secrets.ACCESS_TOKEN }}@github.com/${{ github.repository }}
43
git add summary*
44
echo -e 'Please download [summary.xlsx](summary.xlsx) to view the most recent results. \n ```' > temp
45
tail -n 16 checker_log.txt >> temp
0 commit comments