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
+3 -3
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