From ddece6282926da3a6d995cc030dafd8416587a90 Mon Sep 17 00:00:00 2001 From: dragonx943 Date: Mon, 6 Jan 2025 15:23:05 +0000 Subject: [PATCH] [GitHub Actions] Tweak + Fixes --- .github/workflows/backup.yml | 4 ++-- .github/workflows/build.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/backup.yml b/.github/workflows/backup.yml index 8917f59..808b0c5 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 "nvasya95@gmail.com" - git config --local user.name "Koitharu" + git config --local user.email "premieregirl26@gmail.com" + git config --local user.name "dragonx943" 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 7563c26..37e0d3c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -126,12 +126,12 @@ jobs: - name: Update Docs + Commit 🌏 run: | - git config --local user.email "nvasya95@gmail.com" - git config --local user.name "Koitharu" + git config --local user.email "premieregirl26@gmail.com" + git config --local user.name "dragonx943" if [[ -n $(git status -s) ]]; then git add README.md git commit -m "Bump build number to ${{ needs.build.outputs.new_tag }}" git push origin nightly else echo "No changes to push!" - fi \ No newline at end of file + fi