Skip to content

Commit

Permalink
fix: incorrect swapped action (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianliuwk1019 authored Oct 12, 2023
1 parent b30fdf9 commit 1976022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_terraform_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
aws-region: ${{ env.AWS_REGION }}

- name: Setup Terragrunt
uses: autero1/action-terragrunt@v1.3.2/terragrunt-github-action@v1.0.0
uses: autero1/action-terragrunt@v1.3.2
with:
terragrunt_version: ${{ env.TG_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_terraform_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
aws-region: ${{ env.AWS_REGION }}

- name: Setup Terragrunt
uses: autero1/action-terragrunt@v1.3.2/terragrunt-github-action@v1.0.0
uses: autero1/action-terragrunt@v1.3.2
with:
terragrunt_version: ${{ env.TG_VERSION }}

Expand Down

0 comments on commit 1976022

Please sign in to comment.