From 6b5974ba6bbc2384924a5ec21d2c9b16b38cde95 Mon Sep 17 00:00:00 2001 From: Avinesh Tripathi <73980067+AvineshTripathi@users.noreply.github.com> Date: Thu, 16 Nov 2023 12:53:34 +0530 Subject: [PATCH] Update author.yaml --- .github/workflows/author.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/author.yaml b/.github/workflows/author.yaml index 85e2b30..dac120f 100644 --- a/.github/workflows/author.yaml +++ b/.github/workflows/author.yaml @@ -35,8 +35,8 @@ jobs: - name: Commit changes run: | cd ./analyze - git config --global user.email "actions@github.com" - git config --global user.name "GitHub Actions" + git config --global user.email "avineshtripathi1@gmail.com" + git config --global user.name "AvineshTripathi" git add author.json git commit -m "Update author.json" author.json echo "https://${{ secrets.GITH }}@github.com/AvineshTripathi/cred.git HEAD:main"