File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ runs:
216216 (inputs.comment == 'true' || inputs.comment == true) &&
217217 (env.deployment_status == 'success' || env.deployment_status == 'skipped') &&
218218 steps.deploy-comment.outcome == 'success'
219- uses : marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9 .2
219+ uses : marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0 .2
220220 with :
221221 header : pr-preview
222222 message : ${{ steps.deploy-comment.outputs.content }}
@@ -287,7 +287,7 @@ runs:
287287 (inputs.comment == 'true' || inputs.comment == true) &&
288288 (env.deployment_status == 'success' || env.deployment_status == 'skipped') &&
289289 steps.remove-comment.outcome == 'success'
290- uses : marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9 .2
290+ uses : marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0 .2
291291 with :
292292 header : pr-preview
293293 message : ${{ steps.remove-comment.outputs.content }}
You can’t perform that action at this time.
0 commit comments