Merge pull request #30627 from ganievs/bugfix/fs-readdir-examples

bugfix: Fixed fs:readdir action example
This commit is contained in:
Ben Lambert
2025-08-07 10:31:52 +02:00
committed by GitHub
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({