Skip to content

Commit

Permalink
modified wiki_snap.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
charanravi-online committed Apr 23, 2024
1 parent 260f6ec commit 271c971
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/wiki_snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,18 @@ name: source code sync to wiki
on:
push:
branches:
- main
- main

jobs:
sync:
runs-on: ubuntu-latest
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 # Ensure this is the correct repo
branch: main # Confirm this is the branch you want to push to.
repository: charanravi-online/wiki
branch: main

0 comments on commit 271c971

Please sign in to comment.