Fixing Tofu init step in apply job.

This commit is contained in:
2025-11-25 13:40:28 -05:00
parent 67374b1d3e
commit 3b9d2cb7fc
@@ -316,6 +316,9 @@ jobs:
- name: Run tofu init
id: tofu-init
uses: dnogu/tofu-init@v1
with:
working-directory: .
chdir: cloudflare
- name: Run Tofu Apply
uses: dnogu/tofu-apply@v1