Skip to content

Commit bcab4c8

Browse files
committed
Fix string used to find previous comment (#4677)
(cherry picked from commit d506a99)
1 parent 30ddd89 commit bcab4c8

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
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
issue-number: ${{ github.event.pull_request.number }}
7777
comment-author: 'github-actions[bot]'
78-
body-includes: 'Following you can find the validation results'
78+
body-includes: 'Following you can find the validation changes'
7979

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

0 commit comments

Comments
 (0)