Skip to content

Commit

Permalink
Use more common GitHub Action bot name (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
TakumiBC authored Jul 17, 2024
1 parent 77c1b55 commit 024bc0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ runs:
steps:
- shell: bash
run: |
git config user.name "GitHub Actions"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com

0 comments on commit 024bc0b

Please sign in to comment.