mirror of
https://github.com/actions/python-versions.git
synced 2025-12-12 13:43:56 +00:00
Add link to the created PR
This commit is contained in:
@@ -43,4 +43,5 @@ steps:
|
||||
Import-Module (Join-Path (Get-Location).Path "github-api.psm1")
|
||||
$gitHubApi = Get-GitHubApi -RepositoryFullName "$(Build.Repository.Name)" -AccessToken "$(GITHUB_TOKEN)"
|
||||
$gitHubApi.CreateWorkflowDispatch("$(WORKFLOW_FILE_NAME)", "$(WORKFLOW_DISPATCH_REF)", "$(INPUTS)")
|
||||
Write-Host "Please find created Pull request here: $(Build.Repository.Uri)/pulls"
|
||||
workingDirectory: '$(Build.SourcesDirectory)/helpers/github'
|
||||
Reference in New Issue
Block a user