Merge pull request #19842 from raffitamizian/enable-dryrun-yeoman

Enables dry-run for yeoman scaffolder action
This commit is contained in:
Ben Lambert
2023-09-11 13:20:01 +02:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend-module-yeoman': patch
---
Enables dry-run functionality for the run:yeoman scaffolder action
@@ -61,6 +61,7 @@ export function createRunYeomanAction() {
},
},
},
supportsDryRun: true,
async handler(ctx) {
ctx.logger.info(
`Templating using Yeoman generator: ${ctx.input.namespace}`,