Adding approval and apply steps for testing.
This commit is contained in:
@@ -6,8 +6,8 @@ on:
|
|||||||
branches-ignore:
|
branches-ignore:
|
||||||
- "main"
|
- "main"
|
||||||
- "renovate/**"
|
- "renovate/**"
|
||||||
paths:
|
# paths:
|
||||||
- "cloudflare/**"
|
# - "cloudflare/**"
|
||||||
env:
|
env:
|
||||||
OPENTOFU_VERSION: "1.10.6"
|
OPENTOFU_VERSION: "1.10.6"
|
||||||
HC_VAULT_VERSION: "1.20.4"
|
HC_VAULT_VERSION: "1.20.4"
|
||||||
@@ -185,3 +185,11 @@ jobs:
|
|||||||
---
|
---
|
||||||
{lines}
|
{lines}
|
||||||
Exit Code: ${{ steps.tofu_plan.outputs.exitcode }}
|
Exit Code: ${{ steps.tofu_plan.outputs.exitcode }}
|
||||||
|
|
||||||
|
# - name: Tofu Plan Comment
|
||||||
|
# id: tofu_plan
|
||||||
|
# uses: alexnorell/tofu-pr-commenter@v2.0.0
|
||||||
|
# with:
|
||||||
|
# commenter_type: plan
|
||||||
|
# commenter_input: ${{ steps.tofu_plan.outputs.plan-output }}
|
||||||
|
# commenter_exitcode: ${{ steps.tofu_plan.outputs.exitcode }}
|
||||||
Reference in New Issue
Block a user