diff --git a/.forgejo/workflows/tofu.yml b/.forgejo/workflows/tofu.yml index f150719..157dee6 100644 --- a/.forgejo/workflows/tofu.yml +++ b/.forgejo/workflows/tofu.yml @@ -25,20 +25,21 @@ jobs: - name: OpenTofu fmt id: fmt run: tofu fmt -check + working-directory: ${{ forge.workspace }}/infrastructure/proxmox continue-on-error: true - name: OpenTofu Init id: init run: tofu init - working-directory: /infrastructure/proxmox + working-directory: ${{ forge.workspace }}/infrastructure/proxmox - name: OpenTofu Validate id: validate run: tofu validate -no-color - working-directory: /infrastructure/proxmox + working-directory: ${{ forge.workspace }}/infrastructure/proxmox - name: OpenTofu Plan id: plan run: tofu plan -no-color - working-directory: /infrastructure/proxmox + working-directory: ${{ forge.workspace }}/infrastructure/proxmox continue-on-error: true