diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 963758d9..4353c044 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -44,6 +44,7 @@ jobs: run: | git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config pull.rebase true git checkout -b py-code-coverage || git checkout py-code-coverage git pull origin py-code-coverage git add .