1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-04 09:30:49 +00:00

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