Skip to content

Commit

Permalink
Change git user.name and user.email (#67)
Browse files Browse the repository at this point in the history
github-actions[bot]@users.noreply.github.com
  • Loading branch information
sinsukehlab authored Mar 25, 2024
1 parent 0edc7c2 commit 00c79c0
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 @@ -80,8 +80,8 @@ jobs:
echo "Current step is not 0"
exit 0
fi
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 checkout main
echo "Update _sidebar.md for the 1st time"
cp -f .github/files/_sidebar01.md docs/_sidebar.md
Expand Down

2 comments on commit 00c79c0

@send2amit
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not correct . pls merge it first

@send2amit
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.

Please sign in to comment.