From 24bb19aaef30fd7389c8e8bb7249bf884341aa57 Mon Sep 17 00:00:00 2001 From: James Ives Date: Fri, 26 Jun 2020 14:07:38 -0400 Subject: [PATCH] Update action.yml --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 97beef22..30709728 100644 --- a/action.yml +++ b/action.yml @@ -68,6 +68,10 @@ inputs: description: "This option can be used if you'd prefer to have a single commit on the deployment branch instead of maintaining the full history." required: false + SILENT: + description: "Silences the action output preventing it from displaying git messages." + required: false + outputs: DEPLOYMENT_STATUS: description: 'The status of the deployment that indicates if the run failed or passed. Possible outputs include: success|failed|skipped' \ No newline at end of file