Download artifact doesn't nest
This commit is contained in:
parent
04cbd49f8c
commit
e5031ad8cb
1 changed files with 2 additions and 2 deletions
|
@ -108,9 +108,9 @@ jobs:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: providers
|
name: providers
|
||||||
path: .terraform
|
path: .terraform/providers
|
||||||
- run: |
|
- run: |
|
||||||
ls -la .terraform
|
ls -la .terraform &&
|
||||||
tree .terraform
|
tree .terraform
|
||||||
- name: Terraform apply
|
- name: Terraform apply
|
||||||
id: apply
|
id: apply
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue