Skip to content

Commit 2ded8a6

Browse files
author
Alexander Melnyk
committed
fix: sight, yes a whitespace character breaks the build
1 parent 1962f19 commit 2ded8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_deploy_layer_stack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ jobs:
8282
- name: unzip artefact
8383
run: unzip cdk.out.zip
8484
- name: CDK Deploy Layer
85-
run: cdk deploy --app cdk.out --context region=${{ matrix.region }} 'LayerStack ' --require-approval never --verbose
85+
run: cdk deploy --app cdk.out --context region=${{ matrix.region }} 'LayerStack' --require-approval never --verbose
8686
- name: CDK Deploy Canary
8787
run: cdk deploy --app cdk.out --context region=${{ matrix.region}} --parameters DeployStage="${{ inputs.stage }}" 'CanaryStack' --require-approval never --verbose

0 commit comments

Comments
 (0)