chore: remove download/upload
All checks were successful
semantic-release / release (push) Successful in 28s

This commit is contained in:
lucasdpt
2026-04-05 00:31:08 +02:00
parent 0443034cf1
commit 0d3c12d8b4
2 changed files with 2 additions and 15 deletions

View File

@@ -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