From 08f124196c170f8e5d479ab27cda69424d7a7be0 Mon Sep 17 00:00:00 2001 From: Draken <131387159+dragonx943@users.noreply.github.com> Date: Sun, 23 Feb 2025 13:23:08 +0700 Subject: [PATCH] [GitHub Actions] Small fixes --- .github/workflows/backup.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backup.yml b/.github/workflows/backup.yml index f3ac365..c8a062b 100644 --- a/.github/workflows/backup.yml +++ b/.github/workflows/backup.yml @@ -101,8 +101,8 @@ jobs: - name: Update Docs + Commit 🌏 run: | - git config --local user.email "dragonx943@users.noreply.github.com" - git config --local user.name "Draken" + git config --local user.email "bot@kotatsu.app" + git config --local user.name "kotatsu-bot" if [[ -n $(git status -s) ]]; then git add README.md git commit -m "Bump build number to ${{ needs.build.outputs.new_tag }}"