chore: remove download/upload
All checks were successful
semantic-release / release (push) Successful in 28s
All checks were successful
semantic-release / release (push) Successful in 28s
This commit is contained in:
@@ -25,13 +25,7 @@ runs:
|
||||
working-directory: ${{ inputs.working-directory }}
|
||||
run: terraform init
|
||||
|
||||
- name: Download plan artifact
|
||||
uses: https://gitea.ldpt.fr/actions/gitea-download-artifact@main
|
||||
with:
|
||||
name: terraform-plan
|
||||
path: ${{ inputs.working-directory }}
|
||||
|
||||
- name: Terraform Apply
|
||||
shell: bash
|
||||
working-directory: ${{ inputs.working-directory }}
|
||||
run: terraform apply -auto-approve tfplan
|
||||
run: terraform apply -auto-approve
|
||||
|
||||
Reference in New Issue
Block a user