diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 935ef81..20bb861 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,8 +31,8 @@ jobs: set -e echo "Start." # Configure git and Push updates - git config --global user.email github-actions@github.com - git config --global user.name github-actions + git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" + git config --global user.name "github-actions[bot]" git config pull.rebase false branch=automated-documentation-update-$GITHUB_RUN_ID git checkout -b $branch