We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb8405 commit 645ffc9Copy full SHA for 645ffc9
.github/actions/cdk-deploy/action.yml
@@ -64,7 +64,7 @@ runs:
64
- name: CDK Synth
65
shell: bash
66
working-directory: ${{ inputs.dir }}
67
- run: uv run cdk --prefix infrastructure/aws -- synth
+ run: uv run cdk --prefix infrastructure/aws synth
68
69
- name: Deploy Test
70
if: ${{ inputs.skip_deploy == 'false' }}
0 commit comments