mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
ci: Add git user for brew bump version
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user