Fix pnpm --filter path in check-changelogger error message (#38157)
Fix pnpm command in check-changelogger error message
This commit is contained in:
parent
880459ee9a
commit
5ab5afcb6f
|
@ -216,7 +216,7 @@ foreach ( $touched_projects as $slug => $files ) {
|
||||||
} elseif ( getenv( 'CI' ) ) {
|
} elseif ( getenv( 'CI' ) ) {
|
||||||
printf( "---\n" ); // Bracket message containing newlines for better visibility in GH's logs.
|
printf( "---\n" ); // Bracket message containing newlines for better visibility in GH's logs.
|
||||||
printf(
|
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!%%0A%%0AUse `pnpm --filter=./%s run changelog add` to add a change file.\n",
|
||||||
$slug,
|
$slug,
|
||||||
"$slug/{$changelogger_projects[ $slug ]['changes-dir']}/",
|
"$slug/{$changelogger_projects[ $slug ]['changes-dir']}/",
|
||||||
$slug
|
$slug
|
||||||
|
|
Loading…
Reference in New Issue