Skip to content

Commit 6418616

Browse files
committed
who knows anything anymore
1 parent b73cfc9 commit 6418616

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ 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
4648
git add .
47-
git status
4849
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
50+
git rebase --strategy-option=ours py-code-coverage --verbose
5251
git push --verbose origin py-code-coverage

0 commit comments

Comments
 (0)