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

Sync upstream changes #77

Sync upstream changes

Sync upstream changes #77

Workflow file for this run

name: Sync upstream changes
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: dabreadman/[email protected]
with:
upstream_repo: https://github.com/imputnet/cobalt.git
upstream_branch: current
downstream_branch: current
token: ${{ secrets.GITHUB_TOKEN }}