Skip to content

Commit

Permalink
updating string in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardTMiles committed Jul 18, 2024
1 parent 0b405f3 commit 0fb9022
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,14 @@ on:
type: number
default: 1800
deployCreationPolicyTimeout:
description: 'How long the deployment script has to complete before the deployment is considered a failure. Default is 1800 seconds (30 minutes).'
description: 'How long the deployment script has to complete before the deployment is considered a failure. Default is 10 minutes.'
required: false
type: number
type: string
default: 'PT10M'
deployUpdatePolicyPauseTime:
description: 'How long the deployment script has to complete before the deployment is considered a failure. Default is 1800 seconds (30 minutes).'
description: 'How long the deployment script has to complete before the deployment is considered a failure. Default is 10 minutes.'
required: false
type: number
type: string
default: 'PT10M'
loadBalancerRulePriority:
description: 'The priority of the rule'
Expand Down

0 comments on commit 0fb9022

Please sign in to comment.