Explicitly set artifact download path
This commit is contained in:
parent
ac7b147b6c
commit
bfc0883976
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ jobs:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: .terraform
|
name: .terraform
|
||||||
|
path: .terraform
|
||||||
- name: Terraform apply
|
- name: Terraform apply
|
||||||
id: apply
|
id: apply
|
||||||
run: terraform apply -auto-approve tfplan
|
run: terraform apply -auto-approve tfplan
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue