adding owner/repo options for remote releasing

This commit is contained in:
Chris McIntosh
2020-09-11 16:28:30 -05:00
parent 1e92f6fc66
commit 818a8f0696
4 changed files with 14 additions and 3 deletions

View File

@@ -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'