We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f785f commit 9dced46Copy full SHA for 9dced46
.github/actions/install_with_cache/action.yml
@@ -46,7 +46,7 @@ runs:
46
npm install --no-save aws-cdk-lib@${{ inputs.cdk-lib-version }}
47
fi
48
if [[ ${{ inputs.cdk-cli-version }} != 'FROM_PACKAGE_LOCK' ]]; then
49
- echo "Installing CDK Lib version ${{ inputs.cdk-cli-version }}"
+ echo "Installing CDK CLI version ${{ inputs.cdk-cli-version }}"
50
npm install --no-save aws-cdk@${{ inputs.cdk-cli-version }}
51
npx cdk --version
52
0 commit comments