action.yml: expose pull-request-url from create-pr action
This commit is contained in:
parent
531bd45244
commit
1360662aa3
1 changed files with 3 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue