Skip to content

Commit 9adae84

Browse files
committed
fix: github action
1 parent 6c30f81 commit 9adae84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cdk-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
3131
aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }}
32-
aws-region: ${{ secrets.AWS_REGION || "us-east-1"}}
32+
aws-region: ${{ secrets.AWS_REGION || 'us-east-1'}}
3333

3434
- name: Bootstrap CDK
3535
run: cdk bootstrap

0 commit comments

Comments
 (0)