diff --git a/.github/workflows/wiki_snap.yaml b/.github/workflows/wiki_snap.yaml index 1803a79..eca0a5a 100644 --- a/.github/workflows/wiki_snap.yaml +++ b/.github/workflows/wiki_snap.yaml @@ -19,7 +19,7 @@ jobs: - name: Add target repository run: | - git remote add target https://x-access-token:${{ secrets.REPO_SYNC_TOKEN }}@github.com/charanravi-online/wiki + git remote add target https://x-access-token:${{ secrets.REPO_SYNC_TOKEN }}@github.com/charanravi-online/wiki.git - name: Push changes to target repository run: |