diff --git a/vars/README.md b/vars/README.md index 07ff0903e..6594dd9e0 100644 --- a/vars/README.md +++ b/vars/README.md @@ -1316,7 +1316,7 @@ Check if the author of a GitHub comment has admin or write permissions in the re ``` if(!hasCommentAuthorWritePermissions(repoName: "elastic/beats", commentId: env.GT_COMMENT_ID)){ - error("Only Elasticians can deploy Docker images") + error("Only Elasticians can do this action.") } ```