mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
⬆️ Update peter-evans/create-or-update-comment action to v3.1.0
| datasource | package | from | to | | ----------- | ------------------------------------ | ------ | ------ | | github-tags | peter-evans/create-or-update-comment | v3.0.2 | v3.1.0 |
This commit is contained in:
2
.github/workflows/helmrelease-diff.yaml
vendored
2
.github/workflows/helmrelease-diff.yaml
vendored
@@ -95,7 +95,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create or update comment
|
- name: Create or update comment
|
||||||
if: ${{ always() && steps.diff.outputs.diff != '' }}
|
if: ${{ always() && steps.diff.outputs.diff != '' }}
|
||||||
uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.2
|
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.generate-token.outputs.token }}
|
token: ${{ steps.generate-token.outputs.token }}
|
||||||
comment-id: ${{ steps.find-comment.outputs.comment-id }}
|
comment-id: ${{ steps.find-comment.outputs.comment-id }}
|
||||||
|
Reference in New Issue
Block a user