Update main.yml

This commit is contained in:
Lukasz Ostrowski 2023-09-06 14:38:10 +02:00 committed by GitHub
parent 4f87b43f83
commit 52cbe79c04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ jobs:
- name: Add Coverage PR Comment - name: Add Coverage PR Comment
uses: marocchino/sticky-pull-request-comment@v2 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: with:
recreate: true recreate: true
path: code-coverage-results.md path: code-coverage-results.md