Skip to content

Commit c6c65b4

Browse files
committed
ci: fix wiki repository
1 parent 559a732 commit c6c65b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout Wiki
2727
uses: actions/checkout@v3
2828
with:
29-
repository: ${{ github.repository }}.wiki
29+
repository: ${{ github.repository }}.wiki.git
3030
path: wiki
3131
token: ${{ secrets.GITHUB_TOKEN }}
3232
fetch-depth: 0

0 commit comments

Comments
 (0)