Skip to content

Commit

Permalink
add fork-sync CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkonigsberg committed Dec 5, 2023
1 parent 7ea46b5 commit 653b7ef
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/fork-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Sync Fork

on:
schedule:
- cron: '0 14 * * *' # every day at 2pm GMT / 9am eastern
workflow_dispatch: # on button click

jobs:
sync:

runs-on: ubuntu-latest

steps:
- uses: tgymnich/[email protected]
with:
owner: fern-api
base: main
head: main

0 comments on commit 653b7ef

Please sign in to comment.