Add mocks to tests

This commit is contained in:
Nick Cipollo
2019-08-26 20:35:39 -04:00
parent 4e291a9639
commit 028c2af361
7 changed files with 137 additions and 36 deletions

View File

@@ -8,15 +8,15 @@ inputs:
artifactContentType:
description: 'The content type of the artifact. Defaults to raw'
default: ''
body:
description: 'An optional body for the release.'
default: ''
bodyFile:
description: 'An optional body file for the release. This should be the path to the file'
default: ''
commit:
description: 'An optional commit reference. This will be used to create the tag if it doesn't exist.'
default: ''
description:
description: 'An optional description for the release.'
default: ''
descriptionFile:
description: 'An optional description file for the release. This should be the path to the file'
default: ''
name:
description: 'An optional name for the release. If this is omitted the tag will be used.'
default: ''