From d393df8dc615d4144e42623eaf5831eceea0dd92 Mon Sep 17 00:00:00 2001 From: Dmitry Lyzo Date: Sat, 4 May 2024 20:57:21 +0300 Subject: [PATCH] add remote --- .github/workflows/sync-wiki.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-wiki.yml b/.github/workflows/sync-wiki.yml index 4e10aca..8c46a52 100644 --- a/.github/workflows/sync-wiki.yml +++ b/.github/workflows/sync-wiki.yml @@ -13,8 +13,8 @@ jobs: - name: Add Wiki remote run: | - echo ${{ github.server_url }}/${{ github.repository }} -# git remote add wiki + git remote add wiki ${{ github.server_url }}/${{ github.repository }}.wiki.git + git fetch wiki # - name: 'Push 'wiki' branch to Wiki repo' # run: |