Skip to content

Commit

Permalink
Merge pull request #141 from DeterminateSystems/colemickens/pr-url
Browse files Browse the repository at this point in the history
action.yml: expose pull-request-url from create-pr action
  • Loading branch information
grahamc authored Nov 8, 2024
2 parents 531bd45 + 1360662 commit 8fa6d41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8fa6d41

Please sign in to comment.