diff --git a/.gitea/workflows/auto-pr-tofu-plan.yml b/.gitea/workflows/auto-pr-tofu-plan.yml index 80fa145..f24b6d4 100644 --- a/.gitea/workflows/auto-pr-tofu-plan.yml +++ b/.gitea/workflows/auto-pr-tofu-plan.yml @@ -6,8 +6,8 @@ on: branches-ignore: - "main" - "renovate/**" - # paths: - # - "cloudflare/**" + paths: + - "cloudflare/**" env: OPENTOFU_VERSION: "1.10.6" HC_VAULT_VERSION: "1.20.4" @@ -177,8 +177,8 @@ jobs: - name: Wait for manual approval uses: hmarr/auto-approve-action@v2 with: - message: "Awaiting manual approval to apply Tofu plan" pull-request-number: ${{ needs.check-and-create-pr.outputs.pr_number }} + review-message: "Awaiting manual approval to apply Tofu plan" apply: name: Apply Tofu Plan