Merge pull request #33180 from cftad/gh-waittime
Update GitHub Scaffolder Environment Action Input Description
This commit is contained in:
@@ -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 =>
|
||||
|
||||
Reference in New Issue
Block a user