action.yml: expose pull-request-url from create-pr action

This commit is contained in:
Cole Mickens 2024-11-08 11:34:36 -08:00
parent 531bd45244
commit 1360662aa3

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 }}