diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b8ee4a4..2d17929 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