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:
spencerrichardhenry
2022-10-18 09:22:43 -06:00
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' });