We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5163ba7 commit 4051ad8Copy full SHA for 4051ad8
.github/workflows/coverage.yml
@@ -44,8 +44,10 @@ jobs:
44
run: |
45
git config --global user.name "github-actions[bot]"
46
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
49
git add .
50
- git commit -m "Update coverage badge"
51
- git push --force origin py-code-coverage
+ git status
+ git commit --verbose -m "Update coverage badge"
+ 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