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