Skip to content

Commit 5563ca5

Browse files
authored
Fix string used to find previous comment (#4677) (#4678)
(cherry picked from commit d506a99)
1 parent 9df896d commit 5563ca5

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)