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
|
||||
with:
|
||||
name: .terraform
|
||||
path: .terraform
|
||||
- name: Terraform apply
|
||||
id: apply
|
||||
run: terraform apply -auto-approve tfplan
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue