mirror of
https://github.com/Safe-Support-Chat/ocrcc-chatbox
synced 2024-11-04 18:35:26 +00:00
adding gh email and name (#109)
This commit is contained in:
parent
24b04ab812
commit
5effd8175d
@ -26,6 +26,8 @@ jobs:
|
||||
name: deploy
|
||||
command: |
|
||||
if [ "$CIRCLE_BRANCH" = "master" ]; then
|
||||
git config --global user.email $GH_EMAIL
|
||||
git config --global user.name $GH_NAME
|
||||
npm run deploy
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user