Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganeshrockz committed Dec 5, 2023
1 parent dd8e534 commit e9080a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-ecs-example-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# Sometimes value field could be a bash statement. We want
# to evaluate it before assigning to terraform
if [[ "$value" == "\"eval"* ]]; then
if [[ "$value" == "eval"* ]]; then
value=$(value)
fi
Expand Down

0 comments on commit e9080a8

Please sign in to comment.