Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kslr authored Nov 8, 2020
1 parent e1bb6d8 commit 5c1a784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ cp -r ./resources/* ${TARGET_DIR}/resources/

pushd ${TARGET_DIR}
git config user.name "V2Ray Auto Build"
git config user.email "love@v2ray.com"
git config --local user.email "${{ github.actor }}@users.noreply.github.com"

git add -A
git commit -m 'update'
Expand Down

0 comments on commit 5c1a784

Please sign in to comment.