From ccf8d33b1082e18ff0b19cbb445966fdc115fdf9 Mon Sep 17 00:00:00 2001 From: Ivan Fernandez Calvo Date: Tue, 30 Mar 2021 18:15:54 +0200 Subject: [PATCH] Update vars/README.md --- vars/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") } ```