Update action.yml

This commit is contained in:
James Ives 2020-09-12 17:13:12 -04:00 committed by GitHub
parent 41aadfb60f
commit bad097f84c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,7 @@ inputs:
CLEAN:
description: 'If your project generates hashed files on build you can use this option to automatically delete them from the deployment branch with each deploy. This option can be toggled on by setting it to true.'
required: false
default: 'true'
CLEAN_EXCLUDE:
description: "If you need to use CLEAN but you would like to preserve certain files or folders you can use this option. This should be formatted as an array but stored as a string."
@ -74,4 +75,4 @@ inputs:
outputs:
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'