From 81dcf4b003eaa54931cc62da2d2301aae7af1be5 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 19 Dec 2024 19:22:45 -0700 Subject: [PATCH] ci: Updated the username and email to be that of my personal user [skip ci] --- .github/workflows/test-homebrew-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-homebrew-release.yml b/.github/workflows/test-homebrew-release.yml index 614a61f..f37a221 100644 --- a/.github/workflows/test-homebrew-release.yml +++ b/.github/workflows/test-homebrew-release.yml @@ -60,8 +60,8 @@ jobs: python "./deployment/homebrew/packager.py" ${{ env.RELEASE_VERSION }} "./deployment/homebrew/managarr.rb.template" "./managarr.rb" ${{ env.MACOS_SHA }} ${{ env.MACOS_SHA_ARM }} ${{ env.LINUX_SHA }} # push to Git - git config --global user.name "github-actions[bot]" - git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global user.name "Dark-Alex-17" + git config --global user.email "alex.j.tusa@gmail.com" git clone https://github.com/Dark-Alex-17/homebrew-managarr.git --branch=main brew rm brew/Formula/managarr.rb cp managarr.rb brew/Formula