Skip to content

modified wiki_snap.yaml #5

modified wiki_snap.yaml

modified wiki_snap.yaml #5

Workflow file for this run

name: source code sync to wiki
on:
push:
branches:
- main
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout source repo
uses: actions/checkout@v2
- name: Push changes to target repository
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.REPO_SYNC_TOKEN }}
repository: charanravi-online/wiki
branch: main
#test