diff --git a/action.yml b/action.yml index c1dfc2b..f9c01eb 100644 --- a/action.yml +++ b/action.yml @@ -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 }}