Skip to content

Commit 8b8e03d

Browse files
authored
Update .github/workflows/preview-build.yml
1 parent 19445ea commit 8b8e03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
if [[ "${AUTHOR_ASSOCIATION}" == "MEMBER" ]]; then
7070
exit 0;
7171
else
72-
echo "::error::You must be a member of the elastic organization to trigger a preview build. Please ask a member of the elastic organization to re-trigger the build.";
72+
echo "::error::You must be a member of the elastic organization to trigger a preview build. Please ask a member of the elastic organization to review your PR and re-trigger the build.";
7373
exit 1;
7474
fi
7575
;;

0 commit comments

Comments
 (0)