mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 23:41:21 +00:00
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:
commit
a62d51ab39
1 changed files with 3 additions and 3 deletions
6
.github/workflows/lighthouse-report.yaml
vendored
6
.github/workflows/lighthouse-report.yaml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue