Merge pull request #104 from bartvdbraak/dependabot/github_actions/marocchino/sticky-pull-request-comment-2.7.0

build(deps): bump marocchino/sticky-pull-request-comment from 2.6.2 to 2.7.0
This commit is contained in:
Bart van der Braak 2023-07-29 23:14:33 +02:00 committed by GitHub
commit a62d51ab39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ jobs:
node-version: [18]
steps:
- name: Sticky Comment on Pull Request
uses: marocchino/sticky-pull-request-comment@v2.6.2
uses: marocchino/sticky-pull-request-comment@v2.7.0
with:
header: unlighthouse
message: |
@ -135,14 +135,14 @@ jobs:
core.setOutput("comment", comment);
- name: Sticky Comment on Pull Request with result
uses: marocchino/sticky-pull-request-comment@v2.6.2
uses: marocchino/sticky-pull-request-comment@v2.7.0
with:
header: unlighthouse
message: |
${{ steps.format_lighthouse_score.outputs.comment }}
- name: Sticky Comment on Pull Request with failure
uses: marocchino/sticky-pull-request-comment@v2.6.2
uses: marocchino/sticky-pull-request-comment@v2.7.0
if: ${{ failure() }}
with:
header: unlighthouse