Skip to content

Commit b4e03af

Browse files
Fixed notification for the localization pipeline (#91)
1 parent b79422b commit b4e03af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

open-pullrequest.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ $body = "This PR was auto-generated with [the localization pipeline build]($buil
2121
gh pr create --head $SourceBranch --title 'Localization update' --body $body
2222

2323
# Getting a link to the opened PR
24-
$env:PR_LINK = Get-PullRequest
24+
$PR_LINK = Get-PullRequest
25+
Write-Host "##vso[task.setvariable variable=PR_LINK]$PR_LINK"

0 commit comments

Comments
 (0)