Update plugins/scaffolder-backend/src/scaffolder/tasks/NunjucksWorkflowRunner.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Justin Bryant <justintbry@gmail.com>
This commit is contained in:
Justin Bryant
2026-04-17 17:43:25 -04:00
committed by GitHub
parent 191ea13578
commit 6d6c7f64a6
@@ -365,8 +365,7 @@ export class NunjucksWorkflowRunner implements WorkflowRunner {
)) ??
{};
taskLogger.info(
`Running ${action.id
} in dry-run mode with inputs (secrets redacted): ${JSON.stringify(
`Running ${action.id} in dry-run mode with inputs (secrets redacted): ${JSON.stringify(
debugInput,
undefined,
2,