Browse Source
Merge pull request #6495 from jdevera/patch-1
Fix diff in wiki notifications (use full clone)
pull/2688/merge
neil
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
.github/workflows/wiki-monitor.yml
|
|
@ -12,6 +12,7 @@ jobs: |
|
|
|
with: |
|
|
|
repository: ${{ github.repository }}.wiki |
|
|
|
path: wiki |
|
|
|
fetch-depth: 0 |
|
|
|
|
|
|
|
- name: Generate wiki change message |
|
|
|
run: | |
|
|
@ -58,3 +59,4 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|