Update plugins/scaffolder-backend/src/scaffolder/tasks/NunjucksWorkflowRunner.ts
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com> Signed-off-by: spencerrichardhenry <46569542+spencerrichardhenry@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c735a18c0d
commit
aff603e4bd
@@ -452,7 +452,7 @@ function scaffoldingTracker() {
|
||||
|
||||
async function skipFalsy() {
|
||||
await task.emitLog(
|
||||
`Skipping step ${step.id} because it's if condition was false`,
|
||||
`Skipping step ${step.id} because its if condition was false`,
|
||||
{ stepId: step.id, status: 'skipped' },
|
||||
);
|
||||
stepTimer({ result: 'skipped' });
|
||||
|
||||
Reference in New Issue
Block a user