mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-20 16:06:00 -07:00
[vcpkg][workflows] Bold warning output information (#35902)
This commit is contained in:
parent
d044846ca1
commit
98d825aa83
1 changed files with 1 additions and 1 deletions
2
.github/workflows/untrustedPR.yml
vendored
2
.github/workflows/untrustedPR.yml
vendored
|
@ -96,7 +96,7 @@ jobs:
|
|||
|
||||
if (deprecated_function.length > 0) {
|
||||
var deprecated_output = '';
|
||||
deprecated_output += "You have modified or added at least one portfile where deprecated functions are used.\n"
|
||||
deprecated_output += "**You have modified or added at least one portfile where deprecated functions are used**\n"
|
||||
deprecated_output += "If you feel able to do so, please consider migrating them to the new functions.\n";
|
||||
core.warning(deprecated_output);
|
||||
|
||||
|
|
Loading…
Reference in a new issue