mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-22 17:19:07 -05:00
Add sync fork github action
This commit is contained in:
parent
8dde77a943
commit
a43613219b
18
.github/workflows/sync-fork.yml
vendored
Normal file
18
.github/workflows/sync-fork.yml
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
name: Sync Fork
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 2 * * *' # once a day at 2 am
|
||||
workflow_dispatch: # on button click
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: tgymnich/fork-sync@v1.8
|
||||
with:
|
||||
owner: scsibug
|
||||
base: master
|
||||
head: master
|
Loading…
Reference in New Issue
Block a user