Skip to content

Commit 8fa6d41

Browse files
authored
Merge pull request #141 from DeterminateSystems/colemickens/pr-url
action.yml: expose pull-request-url from create-pr action
2 parents 531bd45 + 1360662 commit 8fa6d41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ outputs:
106106
pull-request-number:
107107
description: "The number of the opened pull request"
108108
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 }}
109112
pull-request-operation:
110113
description: "The pull request operation performed by the action, `created`, `updated` or `closed`."
111114
value: ${{ steps.create-pr.outputs.pull-request-operation }}

0 commit comments

Comments
 (0)