mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
chore(deps): update marocchino/sticky-pull-request-comment action to v2.8.0
This commit is contained in:
parent
c9886cbebc
commit
532978f867
1 changed files with 4 additions and 4 deletions
8
.github/workflows/unlighthouse.yaml
vendored
8
.github/workflows/unlighthouse.yaml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
node-version: [18]
|
||||
steps:
|
||||
- name: Create initial comment
|
||||
uses: marocchino/sticky-pull-request-comment@v2.7.0
|
||||
uses: marocchino/sticky-pull-request-comment@v2.8.0
|
||||
with:
|
||||
header: ${{ env.COMMENT_ID }}
|
||||
message: |
|
||||
|
@ -111,13 +111,13 @@ jobs:
|
|||
core.setOutput("comment", comment);
|
||||
|
||||
- name: Update comment with result
|
||||
uses: marocchino/sticky-pull-request-comment@v2.7.0
|
||||
uses: marocchino/sticky-pull-request-comment@v2.8.0
|
||||
with:
|
||||
header: ${{ env.COMMENT_ID }}
|
||||
message: ${{ steps.create_result_content.outputs.comment }}
|
||||
|
||||
- name: Update comment on failure
|
||||
uses: marocchino/sticky-pull-request-comment@v2.7.0
|
||||
uses: marocchino/sticky-pull-request-comment@v2.8.0
|
||||
if: ${{ failure() }}
|
||||
with:
|
||||
header: ${{ env.COMMENT_ID }}
|
||||
|
@ -127,7 +127,7 @@ jobs:
|
|||
See deployment for any errors
|
||||
|
||||
- name: Update comment on cancel
|
||||
uses: marocchino/sticky-pull-request-comment@v2.7.0
|
||||
uses: marocchino/sticky-pull-request-comment@v2.8.0
|
||||
if: ${{ cancelled() }}
|
||||
with:
|
||||
header: ${{ env.COMMENT_ID }}
|
||||
|
|
Loading…
Reference in a new issue