bugfix: Fixed fs:readdir action example

Signed-off-by: Shamil Ganiev <ganiev@pm.me>
This commit is contained in:
Shamil Ganiev
2025-07-23 16:11:18 +03:00
parent e656551f8f
commit 2032660f51
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend': minor
---
Fixed fs:readdir action example
@@ -18,7 +18,7 @@ import { resolveSafeChildPath } from '@backstage/backend-plugin-api';
import fs from 'fs/promises';
import path from 'path';
import { z as zod } from 'zod';
import { examples } from './rename.examples';
import { examples } from './read.examples';
const contentSchema = (z: typeof zod) =>
z.object({