From 683b1ecf79d59b8911e0165410c482ea3d551c41 Mon Sep 17 00:00:00 2001 From: Monet Lee Date: Wed, 16 Oct 2024 17:25:37 +0800 Subject: [PATCH] swm (#34) --- .github/workflows/merge-milestone-PR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge-milestone-PR.yml b/.github/workflows/merge-milestone-PR.yml index a9dc0e8..811550c 100644 --- a/.github/workflows/merge-milestone-PR.yml +++ b/.github/workflows/merge-milestone-PR.yml @@ -82,7 +82,7 @@ jobs: # Step 7: Create a single pull request to merge the cherry-pick branch into the target branch - name: Create Pull Request to Target Branch - if: steps.fetch_prs.outputs.prs != "[]" + if: steps.fetch_prs.outputs.prs != '[]' uses: peter-evans/create-pull-request@v4 with: token: ${{ secrets.GITHUB_TOKEN }}