diff --git a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml index c3f83ce..f867ac5 100644 --- a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml +++ b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml @@ -71,7 +71,7 @@ jobs: TF_VAR_PROXMOX_API_TOKEN: ${{ secrets.PROXMOX_API_TOKEN }} TF_VAR_PROXMOX_ENDPOINT: ${{ secrets.PROXMOX_ENDPOINT }} run: | - echo "Proxmox endpoint: ${TF_VAR_PROXMOX_ENDPOINT}" + echo "Proxmox endpoint: ${{ env.TF_VAR_PROXMOX_ENDPOINT}}" tofu plan -no-color working-directory: ${{ env.TOFU_DIR }} continue-on-error: true