Skip to content

Commit

Permalink
Create sync.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelloeater authored Oct 13, 2023
1 parent 645bf21 commit 94aaa40
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Sync Fork

on:
schedule:
- cron: '*/30 * * * *' # every 30 minutes
workflow_dispatch: # on button click

jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/fork-sync@v1.8

0 comments on commit 94aaa40

Please sign in to comment.