build(deps): bump marocchino/sticky-pull-request-comment

Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2.6.2 to 2.7.0.
- [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases)
- [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/v2.6.2...v2.7.0)

---
updated-dependencies:
- dependency-name: marocchino/sticky-pull-request-comment
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-24 04:40:57 +00:00 committed by GitHub
parent 07ffa8897a
commit a47f6880fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ jobs:
node-version: [18] node-version: [18]
steps: steps:
- name: Sticky Comment on Pull Request - 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: with:
header: unlighthouse header: unlighthouse
message: | message: |
@ -135,14 +135,14 @@ jobs:
core.setOutput("comment", comment); core.setOutput("comment", comment);
- name: Sticky Comment on Pull Request with result - 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: with:
header: unlighthouse header: unlighthouse
message: | message: |
${{ steps.format_lighthouse_score.outputs.comment }} ${{ steps.format_lighthouse_score.outputs.comment }}
- name: Sticky Comment on Pull Request with failure - 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() }} if: ${{ failure() }}
with: with:
header: unlighthouse header: unlighthouse