Skip to content

Commit

Permalink
Update update-visits.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shxntanu authored Jan 4, 2025
1 parent 4a25e33 commit c8e0d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-visits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c8e0d01

Please sign in to comment.