Skip to content

Commit b73cfc9

Browse files
committed
Try another approach.
1 parent f981dcc commit b73cfc9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/coverage.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,10 @@ jobs:
4343
run: |
4444
git config --global user.name "github-actions[bot]"
4545
git config --global user.email "github-actions[bot]@users.noreply.github.com"
46-
git checkout -b py-code-coverage || git checkout py-code-coverage
47-
git pull origin py-code-coverage
4846
git add .
49-
git commit -m "Update coverage badge"
50-
git push --force origin py-code-coverage
47+
git status
48+
git commit --verbose -m "Update coverage badge"
49+
git status
50+
git fetch origin
51+
git rebase --strategy-option=theirs origin/py-code-coverage --verbose
52+
git push --verbose origin py-code-coverage

0 commit comments

Comments
 (0)