neil
2 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
5 additions and
0 deletions
-
.github/workflows/pr_dns.yml
-
.github/workflows/pr_notify.yml
-
.github/workflows/wiki-monitor.yml
-
acme.sh
|
|
|
@ -11,6 +11,7 @@ on: |
|
|
|
jobs: |
|
|
|
welcome: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
if: github.actor != 'neilpang' |
|
|
|
steps: |
|
|
|
- uses: actions/github-script@v6 |
|
|
|
with: |
|
|
|
|
|
|
|
@ -13,6 +13,7 @@ on: |
|
|
|
jobs: |
|
|
|
welcome: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
if: github.actor != 'neilpang' |
|
|
|
steps: |
|
|
|
- uses: actions/github-script@v6 |
|
|
|
with: |
|
|
|
|
|
|
|
@ -6,6 +6,7 @@ on: |
|
|
|
jobs: |
|
|
|
notify: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
if: github.actor != 'neilpang' |
|
|
|
steps: |
|
|
|
- name: Checkout wiki repository |
|
|
|
uses: actions/checkout@v4 |
|
|
|
|
|
|
|
@ -2358,6 +2358,7 @@ _setopt() { |
|
|
|
fi |
|
|
|
if [ ! -f "$__conf" ]; then |
|
|
|
touch "$__conf" |
|
|
|
chmod 600 "$__conf" |
|
|
|
fi |
|
|
|
if [ -n "$(_tail_c 1 <"$__conf")" ]; then |
|
|
|
echo >>"$__conf" |
|
|
|
@ -6671,6 +6672,7 @@ _initconf() { |
|
|
|
#NO_TIMESTAMP=1 |
|
|
|
|
|
|
|
" >"$ACCOUNT_CONF_PATH" |
|
|
|
chmod 600 "$ACCOUNT_CONF_PATH" |
|
|
|
fi |
|
|
|
} |
|
|
|
|
|
|
|
|