Update action.yml

This commit is contained in:
James Ives 2020-06-26 14:07:38 -04:00
parent b71ad75352
commit 24bb19aaef

View File

@ -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." 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 required: false
SILENT:
description: "Silences the action output preventing it from displaying git messages."
required: false
outputs: outputs:
DEPLOYMENT_STATUS: DEPLOYMENT_STATUS:
description: 'The status of the deployment that indicates if the run failed or passed. Possible outputs include: success|failed|skipped' description: 'The status of the deployment that indicates if the run failed or passed. Possible outputs include: success|failed|skipped'