Skip to content

Commit d506a99

Browse files
authored
Fix string used to find previous comment (#4677)
1 parent 10487a1 commit d506a99

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

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

0 commit comments

Comments
 (0)