We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 531bd45 + 1360662 commit 8fa6d41Copy full SHA for 8fa6d41
action.yml
@@ -106,6 +106,9 @@ outputs:
106
pull-request-number:
107
description: "The number of the opened pull request"
108
value: ${{ steps.create-pr.outputs.pull-request-number }}
109
+ pull-request-url:
110
+ description: "The The URL of the opened pull request."
111
+ value: ${{ steps.create-pr.outputs.pull-request-url }}
112
pull-request-operation:
113
description: "The pull request operation performed by the action, `created`, `updated` or `closed`."
114
value: ${{ steps.create-pr.outputs.pull-request-operation }}
0 commit comments