From 71837b4845d0e1631199e7d803c2b0af0596a58c Mon Sep 17 00:00:00 2001 From: taoria <445625470@qq.com> Date: Sat, 13 Aug 2022 00:45:06 +0800 Subject: [PATCH] Update merge.yml --- .github/workflows/merge.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 52a922d..8d784d5 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -20,14 +20,12 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - # Runs a single command using the runners shell - - name: Up merge - # You may pin to the exact commit or the version. - # uses: bambamboole/gha-upmerge@de87b212278009f9ace0ba024701890b9eb3281b - uses: bambamboole/gha-upmerge@v1.0.1 - with: - # Name of the branch to merge from - from_branch: work-in-progress + - uses: actions/checkout@master - to_branch: main + - name: Merge work-in-progress -> main + uses: devmasx/merge-branch@master + with: + type: now + target_branch: main + github_token: ${{ github.token }}