Skip to content

Commit 6a81c20

Browse files
committed
remove unused env and region params
1 parent e892cef commit 6a81c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
with:
5454
name: fraud-detection
5555
template: template.yaml
56-
parameter-overrides: "Environment=dev,Region=${{ env.aws-region }},ECRRepositoryTag=${{ env.commit-sha }}"
56+
parameter-overrides: "ECRRepositoryTag=${{ env.commit-sha }}"
5757
capabilities: "CAPABILITY_IAM,CAPABILITY_AUTO_EXPAND"
5858
disable-rollback: true # handle it manually and rollbacks are weird

0 commit comments

Comments
 (0)