tests: set git user for update-test.

Otherwise it can fail:
a5550aa9a9/checks
This commit is contained in:
Mike McQuaid 2019-11-22 09:25:27 +00:00
parent 28635a7fe4
commit a3b1ef8d28
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -84,6 +84,8 @@ jobs:
- name: Run brew update-tests - name: Run brew update-tests
run: | run: |
export PATH="/home/linuxbrew/.linuxbrew/bin:/usr/local/bin:/usr/bin:/bin" 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
brew update-test --to-tag brew update-test --to-tag
brew update-test --commit=HEAD brew update-test --commit=HEAD