Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Sync Fork

Sync Fork #5

Workflow file for this run

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