Merge pull request #32122 from Jee-on/master

fix(scaffolder-backend): pass missing config to NunjucksWorkflowRunner
This commit is contained in:
Ben Lambert
2025-12-16 11:27:41 +01:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Fixed a bug where config was not passed to NunjucksWorkflowRunner, causing defaultEnvironment to be undefined
@@ -134,6 +134,7 @@ export class TaskWorker {
additionalTemplateFilters,
additionalTemplateGlobals,
permissions,
config,
});
return new TaskWorker({