Skip to content

Commit bedc123

Browse files
committed
chore refactor: Workflow logging refactor
1 parent 104d84f commit bedc123

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/process-new-powershell-tip-issue.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,10 @@ jobs:
330330
--label "automation-new-tip-pr-do-not-use"
331331
} else {
332332
$prUrl = "https://github.com/${{ github.repository }}/pull/$prNumber"
333-
Write-Output "PR already existed. PR URL: $prUrl"
334333
}
335334
335+
Write-Output "PR URL is: $prUrl"
336+
336337
Write-Output "Writing variables to environment variables for later steps..."
337338
"pr_url=$prUrl" | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
338339
env:

0 commit comments

Comments
 (0)