mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-19 15:23:29 +08:00
Merge pull request #7092 from acmesh-official/dev
wiki-guard: log the number of write-access members loaded
This commit is contained in:
1
.github/workflows/wiki-guard.yml
vendored
1
.github/workflows/wiki-guard.yml
vendored
@@ -53,6 +53,7 @@ jobs:
|
||||
gh api "repos/${GITHUB_REPOSITORY}/collaborators?per_page=100" --paginate \
|
||||
-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)"
|
||||
cd wiki
|
||||
git config core.quotePath false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user