Skip to content

Commit

Permalink
fix inputs params (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
gurevichdmitry authored Jul 26, 2023
1 parent 99f90ca commit 3336291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/destroy-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: "eu-west-1"
ENV_PREFIX: ${{ github.event.inputs.prefix }}
ENV_IGNORE_PREFIX: ${{ github.event.inputs.ingore-prefix }}
ENV_IGNORE_PREFIX: ${{ github.event.inputs.ignore-prefix }}

jobs:
Destroy:
Expand Down

0 comments on commit 3336291

Please sign in to comment.