Skip to content

Commit

Permalink
fu: improve commit job with verbose message, fix account
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun authored Oct 6, 2024
1 parent 27465d8 commit f6df7b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
if: github.repository == 'Vanilla-OS/.github' && github.ref == 'refs/heads/main'
continue-on-error: true
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git config user.name 'GitHub Action'
git config user.email 'action@github.com'
git add .
git commit -m "chore: update contributors list"
git commit -m "chore: auto-update contributors list"
git push

0 comments on commit f6df7b9

Please sign in to comment.