diff --git a/.github/workflows/merge-milestone-PR.yml b/.github/workflows/merge-milestone-PR.yml index 2dfa62a..7677f23 100644 --- a/.github/workflows/merge-milestone-PR.yml +++ b/.github/workflows/merge-milestone-PR.yml @@ -73,7 +73,7 @@ jobs: # Step 5: 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 }}