From c7cec9865919c6db412577b7d53647bf21192caa Mon Sep 17 00:00:00 2001 From: Draken Date: Mon, 6 Jan 2025 15:36:30 +0000 Subject: [PATCH] [GitHub Actions] Fixes --- .github/workflows/backup.yml | 4 ++-- .github/workflows/build.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/backup.yml b/.github/workflows/backup.yml index 808b0c5..98646cb 100644 --- a/.github/workflows/backup.yml +++ b/.github/workflows/backup.yml @@ -104,8 +104,8 @@ jobs: - name: Update Docs + Commit 🌏 run: | - git config --local user.email "premieregirl26@gmail.com" - git config --local user.name "dragonx943" + git config --local user.email "dragonx943@users.noreply.github.com" + git config --local user.name "Draken" if [[ -n $(git status -s) ]]; then git add README.md git commit -m "Bump build number to ${{ needs.build.outputs.new_tag }}" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 37e0d3c..833c5d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -126,8 +126,8 @@ jobs: - name: Update Docs + Commit 🌏 run: | - git config --local user.email "premieregirl26@gmail.com" - git config --local user.name "dragonx943" + git config --local user.email "dragonx943@users.noreply.github.com" + git config --local user.name "Draken" if [[ -n $(git status -s) ]]; then git add README.md git commit -m "Bump build number to ${{ needs.build.outputs.new_tag }}"