Update main.yml
This commit is contained in:
parent
52cbe79c04
commit
acee4568f1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue