From acee4568f10138ba58e6dd98e66d48fb161d39fe Mon Sep 17 00:00:00 2001 From: Lukasz Ostrowski Date: Wed, 6 Sep 2023 14:39:20 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2d17929..6b1d6ba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: - name: Add Coverage PR Comment uses: marocchino/sticky-pull-request-comment@v2 - if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' + if: ${{ github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' }} with: recreate: true path: code-coverage-results.md