Skip to content

Commit

Permalink
Declare outputs in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Feb 22, 2020
1 parent 4430913 commit b47f9a4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ inputs:
name:
description: 'The name of the release.'
required: false
outputs:
id:
description: 'The ID of the created release.'
url:
description: 'The API url to the created release.'
html_url:
description: 'The URL a user can use to view the created release in a web browser.'
upload_url:
description: 'The URL for uploading assets to the created release.'
runs:
using: 'node12'
main: 'dist/index.js'

0 comments on commit b47f9a4

Please sign in to comment.