Skip to content

Fe overhaul docs (#1640) #1

Fe overhaul docs (#1640)

Fe overhaul docs (#1640) #1

name: Sync TypeScript Quickstart
on:
push:
branches:
- main
paths:
- 'examples/typescript/quickstart/**'
workflow_dispatch:
inputs:
manual_trigger:
description: 'Manually trigger the sync'
default: 'true'
required: false
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run sync script
env:
SYNC_TOKEN: ${{ secrets.SYNC_TOKEN }}
run: |
./hack/sync-typescript-quickstart.sh --source-dir "examples/typescript/quickstart" --target-repo "grutt/hatchet-typescript-quickstart"