Skip to content

Commit 645ffc9

Browse files
Fix command
1 parent 7bb8405 commit 645ffc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/cdk-deploy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ runs:
6464
- name: CDK Synth
6565
shell: bash
6666
working-directory: ${{ inputs.dir }}
67-
run: uv run cdk --prefix infrastructure/aws -- synth
67+
run: uv run cdk --prefix infrastructure/aws synth
6868

6969
- name: Deploy Test
7070
if: ${{ inputs.skip_deploy == 'false' }}

0 commit comments

Comments
 (0)