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 55be0cb commit 4a4bea3Copy full SHA for 4a4bea3
.github/workflows/pr-preview.yml
@@ -28,7 +28,7 @@ jobs:
28
comment-author: 'github-actions[bot]'
29
body-includes: 'Preview for commit'
30
31
- - uses: peter-evans/create-or-update-comment@v4
+ - uses: peter-evans/create-or-update-comment@v5
32
with:
33
issue-number: ${{ github.event.number }}
34
comment-id: ${{ steps.fc.outputs.comment-id }}
@@ -121,7 +121,7 @@ jobs:
121
122
body-includes: 'Regression report for commit'
123
124
125
if: ${{ !cancelled() }}
126
127
0 commit comments