Spaces:
Runtime error
Runtime error
name: Sync Fork | |
on: | |
schedule: | |
- cron: '0,30 * * * *' | |
workflow_dispatch: # on button click | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: GitHub Sync to Upstream Repository | |
uses: rovast/[email protected] | |
with: | |
upstream_repo: https://github.com/StanfordHCI/indie-label.git | |
upstream_branch: main | |
downstream_branch: docker-hf | |
token: ${{ secrets.WORKFLOW_TOKEN }} | |