From 1b86e376123615feaf85b85b69ac4cee2286a01b Mon Sep 17 00:00:00 2001 From: Severin Stampler Date: Tue, 4 Apr 2023 15:04:00 +0200 Subject: [PATCH] build: update condition --- .github/workflows/lint-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml index 5b6ca32..313d558 100644 --- a/.github/workflows/lint-pr.yml +++ b/.github/workflows/lint-pr.yml @@ -18,7 +18,7 @@ jobs: - uses: wagoid/commitlint-github-action@v5 id: lint_commit_messages - name: semantic-pull-request - if: always() && (steps.lint_commit_messages.outputs != null) + if: always() && (steps.lint_commit_messages.outputs.length != 0) id: lint_pr_title uses: amannn/action-semantic-pull-request@v5.2.0 env: