Merge pull request #33180 from cftad/gh-waittime

Update GitHub Scaffolder Environment Action Input Description
This commit is contained in:
Fredrik Adelöw
2026-03-10 16:41:20 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend-module-github': patch
---
Fixed environment `waitTime` description incorrectly asking for milliseconds instead of minutes.
@@ -111,7 +111,7 @@ Wildcard characters will not match \`/\`. For example, to match tags that begin
z
.number({
description:
'The time to wait before creating or updating the environment (in milliseconds)',
'The time to wait before creating or updating the environment (in minutes)',
})
.optional(),
preventSelfReview: z =>