mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
commit
1651a5a609
1 changed files with 6 additions and 1 deletions
7
.github/workflows/wiki-guard.yml
vendored
7
.github/workflows/wiki-guard.yml
vendored
|
|
@ -19,6 +19,12 @@ on:
|
|||
schedule:
|
||||
- cron: "*/10 * * * *"
|
||||
gollum:
|
||||
# Piggyback on frequent repo activity, because the cron schedule is
|
||||
# best-effort and often delayed well beyond its interval.
|
||||
issues:
|
||||
types: [opened]
|
||||
issue_comment:
|
||||
types: [created]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
|
@ -57,7 +63,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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue