Merge pull request #6495 from jdevera/patch-1
Fix diff in wiki notifications (use full clone)pull/6456/merge
commit
e06cdbf0ac
|
@ -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:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue