ci: Set username and email globally [skip ci]

This commit is contained in:
2024-12-19 19:20:37 -07:00
parent 078d75473b
commit 3fffdd20a8
2 changed files with 2 additions and 26 deletions
+2 -2
View File
@@ -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 user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.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