Skip to content
Snippets Groups Projects
Unverified Commit 9dbc181b authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

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

tests: set git user for update-test.
parents 28635a7f a3b1ef8d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment