diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 99fab7d..f572d5c 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -105,7 +105,7 @@ jobs: run: | git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" - git pull --rebase origin main + git pull --rebase --autostash origin main git add .github/badges/coverage.json git diff --staged --quiet || git commit -m "chore: update coverage badge [skip ci]" git push