Skip to content

Commit

Permalink
Update config.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed May 4, 2022
1 parent 63ec3c7 commit a551188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
};

# Set git config
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git config --global user.email "action@github.com"
git config --global user.name "GitHub Action"

# Set safe directory
git config --global --add safe.directory /github/workspace

0 comments on commit a551188

Please sign in to comment.