Skip to content

Commit e06cdbf

Browse files
authored
Merge pull request #6495 from jdevera/patch-1
Fix diff in wiki notifications (use full clone)
2 parents 28f8f56 + d366b7e commit e06cdbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wiki-monitor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
with:
1313
repository: ${{ github.repository }}.wiki
1414
path: wiki
15+
fetch-depth: 0
1516

1617
- name: Generate wiki change message
1718
run: |
@@ -58,3 +59,4 @@ jobs:
5859

5960

6061

62+

0 commit comments

Comments
 (0)