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 93f1129 commit 585656dCopy full SHA for 585656d
.github/workflows/update-results.yml
@@ -41,11 +41,11 @@ jobs:
41
git config --global user.name "$USER"
42
git config --global user.email "$EMAIL"
43
#git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN_TOKEN }}@github.com/${{ github.repository }}
44
- git add summary_results.json
+ git add -f summary_results.json
45
tail -n 16 checker_log.txt >> temp
46
echo -e '\n```\n' >> temp
47
cat temp | cat - README.md > temp1
48
head -n 100 temp1 > README.md
49
- git add README.md
+ git add -f README.md
50
51
git diff-index --quiet HEAD || (git commit -am "Updated results summary" && git push origin)
0 commit comments