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

Sync Fork

Sync Fork #11012

Workflow file for this run

name: Sync Fork
on:
schedule:
- cron: '*/30 * * * *' # every 30 minutes
workflow_dispatch: # on button click
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
owner: pardeike
repo: Harmony
base: master
head: master
ignore_fail: true