From 844fcfc76d5d286e6289594acf9b6db4966676f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Wei=C3=9F?= <72068105+Sandoun@users.noreply.github.com> Date: Sun, 18 Jun 2023 21:55:03 +0200 Subject: [PATCH] Update test-pipeline.yml --- .github/workflows/test-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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