Remove single quotes from boolean value

Issue gh-14484
This commit is contained in:
Marcus Hert Da Coregio 2024-07-09 08:16:06 -03:00
parent 65c037853e
commit 01e1813020
1 changed files with 1 additions and 1 deletions

View File

@ -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