Skip to content

Commit

Permalink
ci: Add --global flag to git config commands
Browse files Browse the repository at this point in the history
  • Loading branch information
matchai committed Oct 25, 2019
1 parent 2051865 commit c398878
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: |
git config user.email "[email protected]"
git config user.name "Starship Bot"
git config --global user.email "[email protected]"
git config --global user.name "Starship Bot"
- run: |
cd $(brew --repo homebrew/core)
git fetch origin
sudo git reset --hard origin/master
Expand Down

0 comments on commit c398878

Please sign in to comment.