Skip to content

Commit

Permalink
🐛 Fix Git identity in update contributors workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandrewett committed Feb 11, 2023
1 parent e18538e commit e42a636
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.github/* linguist-vendored=false
.github/* linguist-vendored=true
2 changes: 2 additions & 0 deletions .github/workflows/update-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- name: Push to Git
continue-on-error: true # This will probably error when the file hasn't changed
run: |
git config --global user.email "72629236+dothq-robot@users.noreply.github.com"
git config --global user.name "dothq-robot"
git add CONTRIBUTORS.md
git commit -m "👥 Update CONTRIBUTORS.md"
git push origin main

0 comments on commit e42a636

Please sign in to comment.