This commit is contained in:
neil 2026-07-06 16:30:41 +08:00
parent 919492df13
commit 73df21abc4

View file

@ -57,7 +57,6 @@ jobs:
-q '.[] | select(.permissions.push) | .login' 2>/dev/null \
| tr 'A-Z' 'a-z' | sort -u > writers.txt || true
echo "write-access members loaded: $(wc -l < writers.txt)"
cat writers.txt
cd wiki
git config core.quotePath false