diff --git a/.github/workflows/test-pipeline.yml b/.github/workflows/test-pipeline.yml index 8dc5103..047a108 100644 --- a/.github/workflows/test-pipeline.yml +++ b/.github/workflows/test-pipeline.yml @@ -83,8 +83,8 @@ jobs: - name: Commit badge continue-on-error: true run: | - git checkout badges git fetch + git checkout badges git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add "./MewtocolTests/TestResults/badge_combined.svg" -f