From 67374b1d3e4d9ed3c47fda86a1cafe8424b99072 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Tue, 25 Nov 2025 13:27:25 -0500 Subject: [PATCH] Forgot to add init step in apply job... --- .gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml index e3ecf79..92a60a0 100644 --- a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml +++ b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml @@ -313,6 +313,10 @@ jobs: fi done < cloudflare/.env + - name: Run tofu init + id: tofu-init + uses: dnogu/tofu-init@v1 + - name: Run Tofu Apply uses: dnogu/tofu-apply@v1 with: