Add mocks to tests
This commit is contained in:
12
action.yml
12
action.yml
@@ -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: ''
|
||||
|
||||
Reference in New Issue
Block a user