From 4d1b883bb80f4af46e923bf0f6e22f5717fe0f9b Mon Sep 17 00:00:00 2001 From: woshishiq1 <90903172+woshishiq1@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:39:01 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6d19f6b..92ac5eb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: github_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} upstream_repository: liu673cn/box target_repository: woshishiq1/mao - upstream_branch: ${{ matrix.branch }} - target_branch: ${{ matrix.branch }} + upstream_branch: master + target_branch: master force: true tags: true