Skip to content

Commit

Permalink
ci: fix github-actions bot info
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 15, 2021
1 parent 81f595b commit ba7b735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ jobs:
./
if [ "$(git status --porcelain)" != "" ]; then
git add --all
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 commit -m "Generate (${GITHUB_SHA})"
git push
fi

0 comments on commit ba7b735

Please sign in to comment.