Skip to content

Commit

Permalink
ci: fix extraction path
Browse files Browse the repository at this point in the history
  • Loading branch information
simonknittel committed May 8, 2024
1 parent 9e0355a commit 5d458e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/download-artifact@v4.1.6
with:
name: tfplan
path: terraform/tfplan
path: terraform/

- name: terraform init
run: terraform init -backend-config=${{ inputs.environment }}.s3.tfbackend
Expand Down

0 comments on commit 5d458e8

Please sign in to comment.