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

ci: Add --global flag to git config commands

This commit is contained in:
Matan Kushner 2019-10-25 21:21:41 +09:00
parent 2051865363
commit c398878c90
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4

View File

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