From 5c1a7843015600d55ad9b56367f78c5107c0f600 Mon Sep 17 00:00:00 2001 From: Kslr Date: Sun, 8 Nov 2020 10:54:16 +0800 Subject: [PATCH] Update deploy.sh --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 9f1b93654..1d2ac55a8 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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'