From 55dd00d4f7cb6738151f1b90eff1439845ed14d3 Mon Sep 17 00:00:00 2001 From: woshishiq1 <90903172+woshishiq1@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:34:40 +0800 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..d5c0222 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,13 @@ +name: Sync all branches +on: + workflow_dispatch: + 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: ${{ matrix.branch }} + target_branch: ${{ matrix.branch }} + force: true + tags: true