From ce014b009e7b065df96a843117b8b0a346d26680 Mon Sep 17 00:00:00 2001 From: ismay Date: Mon, 29 Jul 2024 16:04:41 +0200 Subject: [PATCH] ci: fix expression --- .github/workflows/comment-and-close.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment-and-close.yml b/.github/workflows/comment-and-close.yml index 25e527b5..97004218 100644 --- a/.github/workflows/comment-and-close.yml +++ b/.github/workflows/comment-and-close.yml @@ -7,4 +7,4 @@ on: jobs: comment-and-close: uses: dhis2/workflows-platform/.github/workflows/comment-and-close.yml@v1 - if: !contains(github.event.issues.sender.login , fromJson('["dhis2-bot", "kodiakhq", "dependabot"]')) + if: ${{ !contains(github.event.issues.sender.login , fromJson('["dhis2-bot", "kodiakhq", "dependabot"]')) }}