From 404cc7a3604f98deb0dc5633875cfc3fb9c88331 Mon Sep 17 00:00:00 2001 From: malsuke <153903070+malsuke@users.noreply.github.com> Date: Wed, 20 Dec 2023 03:00:13 +0900 Subject: [PATCH] update: change name and email to github-actions[bot] --- .github/workflows/qiita_sync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qiita_sync.yml b/.github/workflows/qiita_sync.yml index 8790079..173ee3a 100644 --- a/.github/workflows/qiita_sync.yml +++ b/.github/workflows/qiita_sync.yml @@ -30,8 +30,8 @@ jobs: find . -name '*.md' -not -path './.*' | xargs git add if ! git diff --staged --exit-code --quiet then - 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 "41898282+github-actions[bot]@users.noreply.github.com" find . -name '*.md' -not -path './.*' | xargs git add git commit -m "updated by qiita-sync" git push