浏览代码

Merge branch '6.2.x' into 6.3.x

Marcus Hert Da Coregio 1 年之前
父节点
当前提交
85b679ee80
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/mark-duplicate-dependabot-prs.yml

+ 1 - 1
.github/workflows/mark-duplicate-dependabot-prs.yml

@@ -15,7 +15,7 @@ jobs:
 
   check_duplicate_prs:
     runs-on: ubuntu-latest
-    if: github.event.pull_request.merged == 'true' && github.event.pull_request.user.login == 'dependabot[bot]'
+    if: github.event.pull_request.merged == true && github.event.pull_request.user.login == 'dependabot[bot]'
     steps:
       - name: Checkout Repository
         uses: actions/checkout@v4