ci: Add git user for brew bump version
This commit is contained in:
parent
b9a7983559
commit
2461b84ed9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue