Skip to content

Commit 585656d

Browse files
authored
Update update-results.yml
1 parent 93f1129 commit 585656d

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
@@ -41,11 +41,11 @@ jobs:
4141
git config --global user.name "$USER"
4242
git config --global user.email "$EMAIL"
4343
#git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN_TOKEN }}@github.com/${{ github.repository }}
44-
git add summary_results.json
44+
git add -f summary_results.json
4545
tail -n 16 checker_log.txt >> temp
4646
echo -e '\n```\n' >> temp
4747
cat temp | cat - README.md > temp1
4848
head -n 100 temp1 > README.md
49-
git add README.md
49+
git add -f README.md
5050
5151
git diff-index --quiet HEAD || (git commit -am "Updated results summary" && git push origin)

0 commit comments

Comments
 (0)