From a3ce1b13fc937f18f1b0751f73aa5c8e3f82e136 Mon Sep 17 00:00:00 2001 From: Oskar Date: Fri, 13 May 2022 09:02:40 +0200 Subject: [PATCH] ci: change commit user --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25c4ceb..912869b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,8 +29,8 @@ jobs: - name: Setup Git if: github.event_name != 'pull_request' run: | - git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" - git config --local user.name "github-actions[bot]" + git config --local user.email "rm99iv9s@duck.com" + git config --local user.name "MedzikUserBot" - name: Tidy if: github.event_name != 'pull_request'