Merge pull request #141 from DeterminateSystems/colemickens/pr-url

action.yml: expose pull-request-url from create-pr action
This commit is contained in:
Graham Christensen 2024-11-08 14:50:46 -05:00 committed by GitHub
commit 8fa6d41e3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -106,6 +106,9 @@ outputs:
pull-request-number:
description: "The number of the opened pull request"
value: ${{ steps.create-pr.outputs.pull-request-number }}
pull-request-url:
description: "The The URL of the opened pull request."
value: ${{ steps.create-pr.outputs.pull-request-url }}
pull-request-operation:
description: "The pull request operation performed by the action, `created`, `updated` or `closed`."
value: ${{ steps.create-pr.outputs.pull-request-operation }}