Skip to content

Commit

Permalink
fix typo (#2521)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolk authored Feb 19, 2025
1 parent b5f785f commit 9dced46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install_with_cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
npm install --no-save aws-cdk-lib@${{ inputs.cdk-lib-version }}
fi
if [[ ${{ inputs.cdk-cli-version }} != 'FROM_PACKAGE_LOCK' ]]; then
echo "Installing CDK Lib version ${{ inputs.cdk-cli-version }}"
echo "Installing CDK CLI version ${{ inputs.cdk-cli-version }}"
npm install --no-save aws-cdk@${{ inputs.cdk-cli-version }}
npx cdk --version
fi

0 comments on commit 9dced46

Please sign in to comment.