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

View File

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