diff --git a/action.yml b/action.yml index c66ddeb..6ff673c 100644 --- a/action.yml +++ b/action.yml @@ -1,12 +1,8 @@ name: 'Get the upload URL for a release' description: 'Get the upload URL for a release for a tag in your repository' author: 'GitHub' -inputs: - fake: - description: 'Feed the beast with a fake input' - default: 'fake' outputs: - id: + release_id: description: 'The ID of the Release' html_url: description: 'The URL users can navigate to in order to view the release'