From 8186678bfab826f1bf1ae22d680518fbf793a0f5 Mon Sep 17 00:00:00 2001 From: iBug Date: Fri, 8 Aug 2025 00:19:40 +0800 Subject: [PATCH] Use identity for @web-flow in upload.sh --- upload.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/upload.sh b/upload.sh index 43c5be25..89a83cb5 100755 --- a/upload.sh +++ b/upload.sh @@ -4,9 +4,8 @@ rm ip-lists/*.txt mv result/* ip-lists cd ip-lists tree -H . -P "*.txt|stat" -T "China Operator IP - prebuild results" > index.html -git config user.name GitHub Actions -git config user.email github-actions@github.com +git config user.name "GitHub Actions" +git config user.email noreply@github.com git add . git commit -m "update $(date +%Y-%m-%d)" git push -q -