Skip to content

Try this instead (crystal-manyrepos/root#14) #1078

Try this instead (crystal-manyrepos/root#14)

Try this instead (crystal-manyrepos/root#14) #1078

Workflow file for this run

name: Sync
on:
push:
branches:
- master
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.SYNC_TOKEN }}
- name: Sync Repos
run: ./scripts/sync.sh
env:
BEFORE_SHA: ${{ github.event.before }}
AFTER_SHA: ${{ github.event.after }}