mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 07:43:07 +00:00
Update .gitea/workflows/ci-test.yaml
This commit is contained in:
@ -53,11 +53,10 @@ jobs:
|
||||
tofu plan $VAR_FILES -out=./tfplan
|
||||
|
||||
- name: Export tfplan
|
||||
working-directory: infra/iac
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: tofu-plan
|
||||
path: ./tfplan
|
||||
path: infra/iac/tfplan
|
||||
|
||||
- name: Apply
|
||||
working-directory: infra/iac
|
||||
|
||||
Reference in New Issue
Block a user