Skip to content

Commit

Permalink
Adds default region
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschuch committed Oct 31, 2023
1 parent 0dce98c commit 10a6d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
description: Region which this preview infrastructure resides.
region:
type: string
required: true
default: ap-southeast-2
description: Region which this preview infrastructure resides.
eks_cluster_name:
default: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
description: Region which this preview infrastructure resides.
region:
type: string
required: true
default: ap-southeast-2
description: Region which this preview infrastructure resides.
eks_cluster_name:
default: true
Expand Down

0 comments on commit 10a6d0b

Please sign in to comment.