ci: Add git user for brew bump version

This commit is contained in:
Matan Kushner 2019-10-20 21:40:03 +09:00
parent b9a7983559
commit 2461b84ed9
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4
1 changed files with 3 additions and 0 deletions

View File

@ -169,6 +169,9 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- run: |
git config --global user.name starship-bot
git config --global user.email bot@starship.rs
- run: |
cd $(brew --repo homebrew/core)
git fetch origin