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:
|
||||
repository: ${{ github.repository }}.wiki
|
||||
path: wiki
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Generate wiki change message
|
||||
run: |
|
||||
|
@ -58,3 +59,4 @@ jobs:
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue