[bitnami/containers] Upgrade comments action (#29974)
Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
parent
ab9e809f2c
commit
a4d32634e5
|
|
@ -196,7 +196,7 @@ jobs:
|
|||
# post a comment on the PR and assign a maintainer agent to review it
|
||||
- name: Manual review required
|
||||
if: ${{ always() && (needs.verification-summary.outputs.result != 'success' || steps.merge.outcome != 'success') }}
|
||||
uses: peter-evans/create-or-update-comment@v2.0.0
|
||||
uses: peter-evans/create-or-update-comment@v3.0.0
|
||||
with:
|
||||
issue-number: ${{ github.event.number }}
|
||||
# Necessary to trigger support workflows
|
||||
|
|
|
|||
Loading…
Reference in New Issue