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

Sync with Original Repo #8

Sync with Original Repo

Sync with Original Repo #8

Workflow file for this run

name: Fork Sync
on:
schedule:
- cron: '0 7 * * 1,4'
# scheduled at 07:00 every Monday and Thursday
workflow_dispatch: # click the button on Github repo!
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
base: main
head: main