adding owner/repo options for remote releasing
This commit is contained in:
@@ -25,6 +25,12 @@ inputs:
|
||||
commitish:
|
||||
description: 'Any branch or commit SHA the Git tag is created from, unused if the Git tag already exists. Default: SHA of current commit'
|
||||
required: false
|
||||
owner:
|
||||
description: 'Owner of the repository if it is not the current one'
|
||||
required: false
|
||||
repo:
|
||||
description: 'Repository on which to release. Used only if you want to create the release on another repo'
|
||||
required: false
|
||||
outputs:
|
||||
id:
|
||||
description: 'The ID of the created Release'
|
||||
|
||||
Reference in New Issue
Block a user