Skip to content

Sync Fork

Sync Fork #6638

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: depromeet
repo: 14th-team5-BE
base: dev
head: dev
ignore_fail: true