Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 3, 2025
1 parent ebce6e2 commit 3f74a8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ecs_deployment_apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Download Terraform Plan
uses: actions/download-artifact@v3
with:
name: tfplan
name: tfplan
- name: Terraform
env:
ACTION: ${{ env.terraform_action }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ecs_deployment_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ jobs:
- name: Save Terraform Plan
uses: actions/upload-artifact@v3
with:
name: tfplan
path: tfplan
name: tfplan
path: tfplan

0 comments on commit 3f74a8a

Please sign in to comment.