Skip to content

Commit

Permalink
Merge pull request #4 from sayari-analytics/fork-sync-ci
Browse files Browse the repository at this point in the history
add fork-sync CI
  • Loading branch information
davidkonigsberg authored Dec 5, 2023
2 parents 7ea46b5 + 653b7ef commit a3f4a5a
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 a3f4a5a

Please sign in to comment.