box/.github/workflows/main.yml
Workflow config file is invalid. Please check your config file: yaml: line 7: did not find expected '-' indicator
2022-09-20 13:39:01 +08:00

19 lines
519 B
YAML

name: Sync all branches
on:
workflow_dispatch:
jobs:
update_external_airflow_fork:
runs-on: ubuntu-latest
steps:
- uses: TobKed/github-forks-sync-action@master
steps:
- uses: TobKed/github-forks-sync-action@master
with:
github_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
upstream_repository: liu673cn/box
target_repository: woshishiq1/mao
upstream_branch: master
target_branch: master
force: true
tags: true