Skip to content

Commit

Permalink
Change git user.name and user.email (#94)
Browse files Browse the repository at this point in the history
github-actions[bot]@users.noreply.github.com
  • Loading branch information
sinsukehlab committed Feb 26, 2024
1 parent 58e1170 commit 1a6084e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/0-welcome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
touch index.md
echo "Make a commit"
git config user.name github-actions
git config user.email github-actions@github.com
git config user.name github-actions[bot]
git config user.email github-actions[bot]@users.noreply.github.com
git add index.md
git commit --message="Create index.md file"
Expand Down

0 comments on commit 1a6084e

Please sign in to comment.