Skip to content

Commit 4051ad8

Browse files
committed
Try another approach.
1 parent 5163ba7 commit 4051ad8

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
@@ -44,8 +44,10 @@ jobs:
4444
run: |
4545
git config --global user.name "github-actions[bot]"
4646
git config --global user.email "github-actions[bot]@users.noreply.github.com"
47-
git checkout -b py-code-coverage || git checkout py-code-coverage
48-
git pull origin py-code-coverage
4947
git add .
50-
git commit -m "Update coverage badge"
51-
git push --force origin py-code-coverage
48+
git status
49+
git commit --verbose -m "Update coverage badge"
50+
git status
51+
git fetch origin
52+
git rebase --strategy-option=theirs origin/py-code-coverage --verbose
53+
git push --verbose origin py-code-coverage

0 commit comments

Comments
 (0)