Skip to content

Commit

Permalink
Use the full email for the GitHub Actions bot (#354)
Browse files Browse the repository at this point in the history
This is an aesthetic tweak to let the proper avatar show up:
* https://github.com/orgs/community/discussions/26560
* actions/checkout#1184
  • Loading branch information
jeffwidman committed May 2, 2023
1 parent 32fd3a6 commit b3bc799
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dependabot-build.yml
Expand Up @@ -58,7 +58,8 @@ jobs:
- name: Check in any change to dist/
run: |
git add dist/
git config user.name github-actions
git config user.email github-actions@github.com
# Specifying the full email allows the avatar to show up: https://github.com/orgs/community/discussions/26560
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git commit -m "[dependabot skip] Update dist/ with build changes" || exit 0
git push

0 comments on commit b3bc799

Please sign in to comment.