Add repository input (#58) (#61)

This commit is contained in:
Alex Pearson 2020-12-20 14:44:30 -05:00 committed by GitHub
parent 2cf5c66450
commit affa18ef97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View file

@ -27,6 +27,9 @@ inputs:
fail_on_unmatched_files:
description: 'Fails if any of the `files` globs match nothing. Defaults to false'
required: false
repository:
description: 'Repository to make releases against, in <owner>/<repo> format'
required: false
env:
'GITHUB_TOKEN': 'As provided by Github Actions'
outputs:
@ -37,4 +40,4 @@ runs:
main: 'dist/index.js'
branding:
color: 'green'
icon: 'package'
icon: 'package'