Skip to content

Commit

Permalink
Merge pull request #3 from foosel/master
Browse files Browse the repository at this point in the history
Document inputs
  • Loading branch information
neil-pozetroninc authored Jun 17, 2020
2 parents c8ff5b2 + 79d0ecd commit a305a83
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ description: 'Get the latest release from another repository and output that for
branding:
icon: 'anchor'
color: 'orange'
inputs:
owner:
description: 'The Github user or organization that owns the repository'
required: false
repo:
description: 'The repository name'
required: false
repository:
description: 'The repository name in full'
required: false
outputs:
release:
description: 'Latest release'
Expand Down

0 comments on commit a305a83

Please sign in to comment.