Skip to content

Commit 006fb5a

Browse files
committed
release-winget: surface the opened PR's URL more prominently
By prefixing the line with `::notice::`, the result will not only be printed in the (not very long retained) job logs, but also on the summary page of the workflow run. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent cdb99b8 commit 006fb5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-winget.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,6 @@ jobs:
7878
7979
# Submit the manifest to the winget-pkgs repository
8080
$manifestDirectory = "$PWD\manifests\m\Microsoft\Git\$version"
81+
Write-Host -NoNewLine "::notice::Submitting ${env:TAG_NAME} to winget... "
8182
.\wingetcreate.exe submit -t "$(Get-Content token.txt)" $manifestDirectory
8283
shell: powershell

0 commit comments

Comments
 (0)