Skip to content

Commit 78c1c6b

Browse files
authored
Fix string used to find previous comment (#4677) (#4679)
(cherry picked from commit d506a99)
1 parent 28ffaeb commit 78c1c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
issue-number: ${{ github.event.pull_request.number }}
7575
comment-author: 'github-actions[bot]'
76-
body-includes: 'Following you can find the validation results'
76+
body-includes: 'Following you can find the validation changes'
7777

7878
- name: Create or update comment
7979
if: steps.validation.outputs.has_results == 'true'

0 commit comments

Comments
 (0)