Skip to content

Commit 15099a8

Browse files
author
MaksimZhukov
committed
Add link to the created PR
1 parent a3078eb commit 15099a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines/templates/publish-release-steps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ steps:
4343
Import-Module (Join-Path (Get-Location).Path "github-api.psm1")
4444
$gitHubApi = Get-GitHubApi -RepositoryFullName "$(Build.Repository.Name)" -AccessToken "$(GITHUB_TOKEN)"
4545
$gitHubApi.CreateWorkflowDispatch("$(WORKFLOW_FILE_NAME)", "$(WORKFLOW_DISPATCH_REF)", "$(INPUTS)")
46+
Write-Host "Please find created Pull request here: $(Build.Repository.Uri)/pulls"
4647
workingDirectory: '$(Build.SourcesDirectory)/helpers/github'

0 commit comments

Comments
 (0)