Skip to content

Commit

Permalink
Update vars/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kuisathaverat committed Mar 30, 2021
1 parent e786a35 commit ccf8d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
}
```

Expand Down

0 comments on commit ccf8d33

Please sign in to comment.