diff --git a/.github/workflows/0-welcome.yml b/.github/workflows/0-welcome.yml index d58efe6..e7feaa1 100644 --- a/.github/workflows/0-welcome.yml +++ b/.github/workflows/0-welcome.yml @@ -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