From 01fc2190642700e22513dd8e05839dceb92abc1e Mon Sep 17 00:00:00 2001 From: "R. Charan" <84191978+charanravi-online@users.noreply.github.com> Date: Tue, 23 Apr 2024 19:58:24 +0530 Subject: [PATCH] modified wiki_snap.yaml --- .github/workflows/wiki_snap.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wiki_snap.yaml b/.github/workflows/wiki_snap.yaml index c64215e..1092f3e 100644 --- a/.github/workflows/wiki_snap.yaml +++ b/.github/workflows/wiki_snap.yaml @@ -11,10 +11,12 @@ jobs: steps: - name: Checkout source repo uses: actions/checkout@v2 + with: + fetch-depth: 0 # Ensures the full history is checked out - name: Push changes to target repository uses: ad-m/github-push-action@master with: github_token: ${{ secrets.REPO_SYNC_TOKEN }} - repository: charanravi-online/wiki # replace with your target repository - branch: main # target branch to push changes + repository: charanravi-online/wiki # Ensure this is the correct repo + branch: main # Confirm this is the branch you want to push to