From b01894f17b5b19154f666afbbc11a9caa6926017 Mon Sep 17 00:00:00 2001 From: Leif Singer Date: Tue, 9 May 2023 10:02:47 +0200 Subject: [PATCH] Try: replace URL-encoded newlines with normal escaped newlines [WIP] (#38170) replace URL-encoded newlines with normal escaped newlines --- tools/monorepo/check-changelogger-use.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/monorepo/check-changelogger-use.php b/tools/monorepo/check-changelogger-use.php index e298c8f91c0..2c58f284178 100644 --- a/tools/monorepo/check-changelogger-use.php +++ b/tools/monorepo/check-changelogger-use.php @@ -216,7 +216,7 @@ foreach ( $touched_projects as $slug => $files ) { } elseif ( getenv( 'CI' ) ) { printf( "---\n" ); // Bracket message containing newlines for better visibility in GH's logs. printf( - "::error::Project %s is being changed, but no change file in %s is touched!%%0A%%0AUse `pnpm --filter=./%s run changelog add` to add a change file.\n", + "::error::Project %s is being changed, but no change file in %s is touched!\n\nUse `pnpm --filter=./%s run changelog add` to add a change file.\n", $slug, "$slug/{$changelogger_projects[ $slug ]['changes-dir']}/", $slug