Skip to content

Commit

Permalink
fix: add missing outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Aug 23, 2021
1 parent 093c191 commit 771ad1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ inputs:
outputs:
pull-request-number:
description: 'The pull request number'
pull-request-url:
description: 'The URL of the pull request.'
pull-request-operation:
description: 'The pull request operation performed by the action, `created`, `updated` or `closed`.'
runs:
using: 'node12'
main: 'dist/index.js'
Expand Down

0 comments on commit 771ad1b

Please sign in to comment.