Commit b7d2bbe
committed
fixup! Adding winget workflows
In https://github.com/microsoft/git/actions/runs/20960814462, the
workflow printed an unwanted aka.ms URL in the notice. This was because
the pattern used to filter the wingetcreate.exe output was too broad and
matched any https:// URL.
Let's be more specific and only match the actual PR URL pattern:
https://github.com/microsoft/winget-pkgs/pull/<number>
This ensures that only the relevant pull request URL is captured and
displayed in the notice, ignoring aka.ms URLs and other unrelated URLs.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 2a7ba47 commit b7d2bbe
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
0 commit comments