Skip to content

Commit

Permalink
fix: Add missing required parameters to action.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalton committed Aug 12, 2021
1 parent 93f196a commit 956d1b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ author: jwalton
description: Find a PR associated with the current commit.
inputs:
github-token:
required: false
description: The GitHub token used to create an authenticated client. Defaults to github provided token.
default: ${{ github.token }}
state:
required: false
description: The state of the PR to return. One of "open", "closed", or "all".
default: 'open'
sha:
required: false
description: Sha to get PR for. Defaults to current sha.
default: ${{ github.sha }}
outputs:
Expand Down

0 comments on commit 956d1b2

Please sign in to comment.