We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd314f9 commit cff8c2aCopy full SHA for cff8c2a
.github/workflows/coverage.yml
@@ -243,7 +243,7 @@ jobs:
243
output: 'both'
244
245
- name: Add Coverage PR Comment
246
- uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
+ uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
247
if: github.event_name == 'pull_request'
248
with:
249
header: coverage
@@ -343,7 +343,7 @@ jobs:
343
fi
344
345
- name: Comment PR with test coverage delta
346
347
if: env.HAVE_BASE_COVERAGE == 'true'
348
349
header: delta
0 commit comments