mirror of
https://github.com/Llewellynvdm/starship.git
synced 2025-01-12 18:01:23 +00:00
ci: Add --global flag to git config commands
This commit is contained in:
parent
2051865363
commit
c398878c90
6
.github/workflows/workflow.yml
vendored
6
.github/workflows/workflow.yml
vendored
@ -174,9 +174,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- run: |
|
||||
git config user.email "bot@starship.rs"
|
||||
git config user.name "Starship Bot"
|
||||
|
||||
git config --global user.email "bot@starship.rs"
|
||||
git config --global user.name "Starship Bot"
|
||||
- run: |
|
||||
cd $(brew --repo homebrew/core)
|
||||
git fetch origin
|
||||
sudo git reset --hard origin/master
|
||||
|
Loading…
Reference in New Issue
Block a user