mirror of
https://github.com/starship/starship.git
synced 2024-11-26 02:04:12 +01:00
ci: Add git user for brew bump version
This commit is contained in:
parent
b9a7983559
commit
2461b84ed9
3
.github/workflows/workflow.yml
vendored
3
.github/workflows/workflow.yml
vendored
@ -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
Block a user