Skip to content

Commit 884de62

Browse files
committed
who knows anything anymore
1 parent 4051ad8 commit 884de62

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
@@ -44,10 +44,9 @@ 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
4749
git add .
48-
git status
4950
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
51+
git rebase --strategy-option=ours py-code-coverage --verbose
5352
git push --verbose origin py-code-coverage

0 commit comments

Comments
 (0)