From bc36431995af131ab24f978f00b315d4e2cc733f Mon Sep 17 00:00:00 2001 From: Thanan Traiongthawon <95660+nullcoder@users.noreply.github.com> Date: Thu, 1 Jun 2023 13:13:29 -0700 Subject: [PATCH] Update release.yaml Update git user and email per https://github.com/actions/checkout/pull/1184 --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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