Commit aa30151
committed
fixup! Adding winget workflows
I tried to change this workflow before so that it would show the winget
PR URL in the workflow run's summary page. But I messed up, not
realizing that `wingetcreate.exe submit` would output _multiple_ lines,
and therefore simply prefixing the output with `::notice::...` would
only elevate the first line of that output to the run's summary page
(and naturally, the PR URL is not part of that).
Bite the bullet and parse the output to extract the URL, and then show
that as intended.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 6cfbd84 commit aa30151
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
83 | 85 | | |
0 commit comments