From b297d4a994a50937916645ec9110e4862a0e1010 Mon Sep 17 00:00:00 2001 From: UTSAV SINGHAL <119779889+UTSAVS26@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:27:54 +0530 Subject: [PATCH] Update update-structure.yml --- .github/workflows/update-structure.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-structure.yml b/.github/workflows/update-structure.yml index 6005f9a9dc..bc9160ca5a 100644 --- a/.github/workflows/update-structure.yml +++ b/.github/workflows/update-structure.yml @@ -32,7 +32,7 @@ jobs: - name: Commit and push if changed run: | - git config --local user.email "119779889+UTSAVS26@users.noreply.github.com" - git config --local user.name "UTSAVS26" + git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com" + git config --local user.name "$GITHUB_ACTOR" git add . git diff --quiet && git diff --staged --quiet || (git commit -m "Update repo structure" && git push)