From c36fe65735cedafff716063c612c5b4df50b72d6 Mon Sep 17 00:00:00 2001 From: Pouya Saadeghi Date: Mon, 14 Nov 2022 11:59:03 +0300 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 96bccda3304..8b0cae84023 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -65,8 +65,8 @@ jobs: if: steps.check.outputs.changed == 'true' id: commit run: | - git config --local user.email "action@github.com" - git config --local user.name "github-actions" + git config --local user.email "pouya.saadeghi@gmail.com" + git config --local user.name "Pouya Saadeghi" git add --all if [-z "$(git status --porcelain)"]; then echo "::set-output name=push::false"