Merge pull request #113 from bartvdbraak/renovate/marocchino-sticky-pull-request-comment-2.x

This commit is contained in:
Bart van der Braak 2023-08-17 23:49:04 +02:00 committed by GitHub
commit 374a874771
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}