Skip to content

Commit ba4c30f

Browse files
Fix missing aws-region error in GitHub gate checks.
1 parent 5a3a38c commit ba4c30f

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/release-and-deploy-bfd.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@ on:
1616
required: false
1717
default: ""
1818
aws-region:
19-
description: "Override the AWS Region"
19+
description: >-
20+
Override the AWS Region destination for uploaded artifacts.
21+
Default to `us-east-1`.
2022
default: us-east-1
2123
type: choice
22-
options: [us-east-1, us-west-2]
23-
required: false
24+
options:
25+
- us-east-1
26+
- us-west-2
27+
required: true
2428
push:
2529
branches:
2630
- feature/BFD-4248_GitHub-BuildAndDeploy-Slack-Notification

0 commit comments

Comments
 (0)