Skip to content

Commit 7807cfa

Browse files
committed
ci: docpreview: fix body-includes parameter
Otherwise finding the existing comment fails. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 8f5b058 commit 7807cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docpreview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
issue-number: ${{ github.event.pull_request.number }}
6060
comment-author: 'github-actions[bot]'
61-
body-includes: documentation preview
61+
body-includes: preview for this PR
6262

6363
- name: Create or update comment
6464
uses: peter-evans/create-or-update-comment@v4

0 commit comments

Comments
 (0)