We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449aa9e commit 60029f6Copy full SHA for 60029f6
1 file changed
.github/workflows/build-previews.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Add/Update comment
37
if: ${{ steps.get-workflow-artifacts.outputs.conclusion != 'cancelled' }}
38
- uses: peter-evans/create-or-update-comment@v4
+ uses: peter-evans/create-or-update-comment@v5
39
with:
40
comment-id: ${{ steps.find-comment.outputs.comment-id }}
41
issue-number: ${{ steps.get-workflow-artifacts.outputs.pr_number }}
0 commit comments