fix(scaffolder): properly set isDryRun flag in dry-run mode

Signed-off-by: Phil Kuang <pkuang@factset.com>
This commit is contained in:
Phil Kuang
2022-09-12 15:59:44 -04:00
parent 69242c3021
commit 0ecc9a6784
3 changed files with 81 additions and 16 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Properly set `ctx.isDryRun` when running actions in dry run mode. Also always log action inputs for debugging purposes when running in dry run mode.