mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-06 05:22:09 +08:00
Merge pull request #6495 from jdevera/patch-1
Fix diff in wiki notifications (use full clone)
This commit is contained in:
2
.github/workflows/wiki-monitor.yml
vendored
2
.github/workflows/wiki-monitor.yml
vendored
@@ -12,6 +12,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: ${{ github.repository }}.wiki
|
repository: ${{ github.repository }}.wiki
|
||||||
path: wiki
|
path: wiki
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Generate wiki change message
|
- name: Generate wiki change message
|
||||||
run: |
|
run: |
|
||||||
@@ -58,3 +59,4 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user