Skip to content

Commit

Permalink
Sync fork action
Browse files Browse the repository at this point in the history
  • Loading branch information
verorra committed Sep 5, 2024
1 parent 813b691 commit e30ed34
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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

0 comments on commit e30ed34

Please sign in to comment.