From c8e0d019fcec925420755414e506d4b49e2e6692 Mon Sep 17 00:00:00 2001 From: Shantanu Wable <97496261+shxntanu@users.noreply.github.com> Date: Sun, 5 Jan 2025 00:21:58 +0530 Subject: [PATCH] Update update-visits.yml --- .github/workflows/update-visits.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-visits.yml b/.github/workflows/update-visits.yml index 249d199..3848bc8 100644 --- a/.github/workflows/update-visits.yml +++ b/.github/workflows/update-visits.yml @@ -32,8 +32,8 @@ jobs: - name: Commit changes run: | - git config --global user.name 'github-actions' - git config --global user.email 'github-actions@github.com' + git config --local user.email "actions@github.com" + git config --local user.name "GitHub Actions" git add visits.txt README.md git commit -m 'Update visits count' git push