From 027996fd12fd041e01062bbca19b4d578f99a7de Mon Sep 17 00:00:00 2001 From: Anas Date: Sun, 13 Aug 2023 23:51:47 +0300 Subject: [PATCH] chore(anime.yml): use gthub-actions bot to commit --- .github/workflows/anime.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/anime.yml b/.github/workflows/anime.yml index abcf8cb..6c4ea0b 100644 --- a/.github/workflows/anime.yml +++ b/.github/workflows/anime.yml @@ -35,8 +35,8 @@ jobs: - name: Commit new cover run: | - git config user.name "${GITHUB_ACTOR}" - git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" + git config user.name github-action + git config user.email github-actions@github.com git add . git commit -am "Change cover image" git push -f https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git