diff --git a/CHANGELOG.md b/CHANGELOG.md index 55586be..d46ca5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bug fixes go here +## [2.0.2] - 2024-06-25 + +### :pencil2: Changed + +- Adds aws_cdk.aws-lambda-python-alpha as a dependency + +### :wrench: Fixed + + - Fixes `stack-pattern` argument + ## [2.0.0] - 2024-06-10 ### :pencil2: Changed diff --git a/action.yml b/action.yml index ece35d2..499d185 100644 --- a/action.yml +++ b/action.yml @@ -23,6 +23,6 @@ runs: post-entrypoint: /destroy.sh post-if: always() args: - - ${{ inputs.stack-id }} + - ${{ inputs.stack-pattern }} - ${{ inputs.parameters }} - ${{ inputs.app-file }}