Merge pull request #6767 from MikeMcQuaid/tests-git-config

tests: set git user for update-test.
This commit is contained in:
Mike McQuaid 2019-11-22 09:48:26 +00:00 committed by GitHub
commit 9dbc181b4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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