Skip to content

Commit

Permalink
Merge pull request #915 from peter-evans/missing-outputs
Browse files Browse the repository at this point in the history
fix: add missing outputs
  • Loading branch information
peter-evans committed Aug 23, 2021
2 parents 093c191 + 771ad1b commit 7380612
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
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 7380612

Please sign in to comment.