diff --git a/action.yml b/action.yml index 49760c6..210f634 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'Get the upload URL for a release' description: 'Get the upload URL for a release for a tag in your repository' author: 'GitHub' outputs: - release_id: + id: description: 'The ID of the Release' html_url: description: 'The URL users can navigate to in order to view the release' @@ -11,3 +11,6 @@ outputs: runs: using: 'node12' main: 'dist/index.js' +branding: + icon: 'tag' + color: 'gray-dark'