From a3b1ef8d2810adaa6ea4cc7e35d11824ea848977 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 22 Nov 2019 09:25:27 +0000 Subject: [PATCH] tests: set git user for update-test. Otherwise it can fail: https://github.com/Homebrew/brew/commit/a5550aa9a9e3a7eee415981021ac1f75db34eaf2/checks --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2bbbf857c0..a3983d7885 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -84,6 +84,8 @@ jobs: - name: Run brew update-tests run: | export PATH="/home/linuxbrew/.linuxbrew/bin:/usr/local/bin:/usr/bin:/bin" + git config --global user.name "BrewTestBot" + git config --global user.email "homebrew-test-bot@lists.sfconservancy.org" brew update-test brew update-test --to-tag brew update-test --commit=HEAD