From e82cdbc132713ce43fbf468ca7e4051b176bc0a9 Mon Sep 17 00:00:00 2001 From: Artem Kozaev Date: Tue, 31 Mar 2020 11:55:26 +0300 Subject: [PATCH] Fixes description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index de5fa6d..507cd8c 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ description: GitHub Action to run Brakeman static analysis which checks Ruby on inputs: flags: - description: Flags (list of available flags: https://github.com/presidentbeef/brakeman#basic-options) + description: "Flags (list of available flags: https://github.com/presidentbeef/brakeman#basic-options)" runs: using: docker