Use identity for @web-flow in upload.sh

This commit is contained in:
iBug
2025-08-08 00:19:40 +08:00
committed by Yifan Gao
parent e0fac4e2c2
commit 8186678bfa

View File

@@ -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