This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
Sync with Original Repo #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |