Skip to content

Commit

Permalink
Merge pull request #1216 from diggerhq/fix/terragrunt-version
Browse files Browse the repository at this point in the history
Fix terragrunt version syntax
  • Loading branch information
ZIJ authored Feb 27, 2024
2 parents 5e06e64 + b80d3b1 commit 7991ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ runs:
- name: Setup Terragrunt
uses: autero1/[email protected]
with:
terragrunt_version: ${{ inputs.terragrunt-version }}
terragrunt-version: ${{ inputs.terragrunt-version }}
if: inputs.setup-terragrunt == 'true'

- name: Setup OpenTofu
Expand Down

0 comments on commit 7991ec4

Please sign in to comment.