mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
[vcpkg][workflows] Bold warning output information (#35902)
This commit is contained in:
parent
d044846ca1
commit
98d825aa83
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 New Issue
Block a user