We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c70cb2 commit 79fcc32Copy full SHA for 79fcc32
.github/actions/cdk-deploy/action.yml
@@ -62,6 +62,7 @@ runs:
62
run: python ${{ inputs.script_path }} --secret-id ${{ inputs.env_aws_secret_name }}
63
64
- name: Install node dependencies
65
+ shell: bash
66
working-directory: infrastructure/aws
67
run: uv run npm install
68
0 commit comments