Skip to content

Sync Fork

Sync Fork #19

Workflow file for this run

name: Sync Fork
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Sync fork
uses: tgymnich/fork-sync@v2
with:
owner: serde-rs