Merge pull request #32122 from Jee-on/master
fix(scaffolder-backend): pass missing config to NunjucksWorkflowRunner
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user