From 309e30f204442c850333b2d60b6f02a5b12598b9 Mon Sep 17 00:00:00 2001 From: adamghill Date: Thu, 25 Jul 2024 21:40:22 -0400 Subject: [PATCH] ok rebase it --- .github/workflows/coverage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 2699e215..a80384f8 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -43,6 +43,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 .