Skip to content

Commit

Permalink
expose status of PR
Browse files Browse the repository at this point in the history
  • Loading branch information
budimanjojo authored and cole-h committed Mar 27, 2023
1 parent 786e5cf commit bc75a5b
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 @@ -99,6 +99,9 @@ outputs:
pull-request-number:
description: 'The number of the opened pull request'
value: ${{ steps.create-pr.outputs.pull-request-number }}
pull-request-operation:
description: 'The pull request operation performed by the action, `created`, `updated` or `closed`.'
value: ${{ steps.create-pr.outputs.pull-request-operation }}
runs:
using: "composite"
steps:
Expand Down

0 comments on commit bc75a5b

Please sign in to comment.