Use filename as artifact name

This commit is contained in:
Ben Martin 2024-06-04 01:06:49 +01:00
parent 4614e07aee
commit ac7b147b6c
No known key found for this signature in database
GPG key ID: 11936493893207E4

View file

@ -93,7 +93,7 @@ jobs:
path: tfplan
- uses: actions/upload-artifact@v3
with:
name: dotterraform
name: .terraform
path: .terraform
apply:
runs-on: ubuntu-latest
@ -107,7 +107,7 @@ jobs:
name: tfplan
- uses: actions/download-artifact@v3
with:
name: dotterraform
name: .terraform
- name: Terraform apply
id: apply
run: terraform apply -auto-approve tfplan