Use filename as artifact name
This commit is contained in:
parent
4614e07aee
commit
ac7b147b6c
1 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ jobs:
|
||||||
path: tfplan
|
path: tfplan
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: dotterraform
|
name: .terraform
|
||||||
path: .terraform
|
path: .terraform
|
||||||
apply:
|
apply:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -107,7 +107,7 @@ jobs:
|
||||||
name: tfplan
|
name: tfplan
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: dotterraform
|
name: .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