From ea8296e3227753448f54b7450c096e43f28c01f1 Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Fri, 28 Nov 2025 11:12:14 +0400 Subject: [PATCH] fix: fix the lint action --- .github/workflows/conventional-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conventional-pr.yml b/.github/workflows/conventional-pr.yml index bd56875..e3ef03a 100644 --- a/.github/workflows/conventional-pr.yml +++ b/.github/workflows/conventional-pr.yml @@ -15,7 +15,7 @@ jobs: lint-pr: runs-on: ubuntu-latest timeout-minutes: 15 - if: !startsWith(github.event.head_commit.message, '[Release]') + if: ${{ !startsWith(github.event.head_commit.message, '[Release]') }} steps: - uses: actions/checkout@v6 - uses: amannn/action-semantic-pull-request@v6