From af176ee3c42fc4cc560f174d3a235b3bbb40720a Mon Sep 17 00:00:00 2001 From: Roland Guichard Date: Thu, 5 Dec 2024 13:00:17 +0000 Subject: [PATCH] Fix git complaint. --- .github/workflows/test_fast.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_fast.yml b/.github/workflows/test_fast.yml index 64b55be1..29e4d04d 100644 --- a/.github/workflows/test_fast.yml +++ b/.github/workflows/test_fast.yml @@ -42,7 +42,7 @@ jobs: git config --global user.name "GitHub Actions" git config --global user.email "actions@github.com" git fetch origin gh-pages - git checkout -Bf gh-pages origin/gh-pages + git checkout -f gh-pages origin/gh-pages # git checkout ${{ github.ref_name }} # git pull origin coverage --rebase git add coverage.json