tests: set git user for update-test.
Otherwise it can fail:
a5550aa9a9/checks
This commit is contained in:
parent
28635a7fe4
commit
a3b1ef8d28
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user