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 -