From aac37b05f8bf2bb172231b32065f0cd67850c522 Mon Sep 17 00:00:00 2001 From: Kenneth Tran Date: Thu, 22 Oct 2020 21:16:33 -0700 Subject: [PATCH] Forgot to include in action.yml --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index fb6c391..fc2fc0c 100644 --- a/action.yml +++ b/action.yml @@ -32,6 +32,9 @@ inputs: verbose: description: 'Specify whether the Codecov output should be verbose' required: false + bash_args: + description: 'Extra arguments to pass into the codecov bash script. One argument per line.' + required: false branding: color: 'red' icon: 'umbrella'