Skip to content

Commit

Permalink
added workflows and removed snapcraft.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
charanravi-online committed Apr 23, 2024
1 parent fd571d2 commit 9d48dd3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 21 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/wiki_snap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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
Binary file removed snap_icon/wiki.png
Binary file not shown.
21 changes: 0 additions & 21 deletions snapcraft.yaml

This file was deleted.

0 comments on commit 9d48dd3

Please sign in to comment.