Skip to content

added workflows and removed snapcraft.yaml #1

added workflows and removed snapcraft.yaml

added workflows and removed snapcraft.yaml #1

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 # replace with your target repository
branch: main # target branch to push changes