From 98d825aa8339c9ce10b240c0a956a5653ee16d03 Mon Sep 17 00:00:00 2001 From: Frank <65999885+FrankXie05@users.noreply.github.com> Date: Thu, 4 Jan 2024 09:31:13 +0800 Subject: [PATCH] [vcpkg][workflows] Bold warning output information (#35902) --- .github/workflows/untrustedPR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/untrustedPR.yml b/.github/workflows/untrustedPR.yml index 723a499589..f350977690 100644 --- a/.github/workflows/untrustedPR.yml +++ b/.github/workflows/untrustedPR.yml @@ -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);