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
|
||||
|
||||
@@ -33,11 +33,4 @@ runs:
|
||||
- name: Terraform Plan
|
||||
shell: bash
|
||||
working-directory: ${{ inputs.working-directory }}
|
||||
run: terraform plan -out=tfplan
|
||||
|
||||
- name: Upload plan artifact
|
||||
uses: https://gitea.ldpt.fr/actions/gitea-upload-artifact@main
|
||||
with:
|
||||
name: terraform-plan
|
||||
path: ${{ inputs.working-directory }}/tfplan
|
||||
retention-days: 5
|
||||
run: terraform plan >> $GITHUB_OUTPUT
|
||||
Reference in New Issue
Block a user