expose status of PR

This commit is contained in:
Budiman Jojo 2023-03-20 12:41:08 +07:00 committed by Cole Helbling
parent 786e5cf5a2
commit bc75a5b55e

View File

@ -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: