fix: update env waittime description
Signed-off-by: Timothy Deakin <cftad@protonmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-github': patch
|
||||
---
|
||||
|
||||
Fixed environement `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 =>
|
||||
|
||||
Reference in New Issue
Block a user