Verbosity...
Auto-PR Check/Creation and TF/OpenTofu Plan / Check and Create PR (push) Successful in 12s
Auto-PR Check/Creation and TF/OpenTofu Plan / OpenTofu Plan (push) Failing after 1m11s

This commit is contained in:
2025-10-24 08:57:28 -04:00
parent 9f13e8d679
commit f4f07cddc2
+3 -3
View File
@@ -91,9 +91,9 @@ jobs:
--output simple \
| awk '{print $1}')
echo "pr_number=$pr_number" >> "$GITHUB_OUTPUT"
echo "${{ github.ref_name }}\n${{ github.repository_owner }}"
echo "${{ github.ref_name }}"
echo "pr_number=$pr_number" >> "$GITHUB_OUTPUT"
- name: Generate .env from Hashicorp Vault
uses: https://git.trez.wtf/Trez/hc-vault-env@main
@@ -172,7 +172,7 @@ jobs:
api_url: https://git.trez.wtf/api/v1
token: ${{ secrets.BOT_GITEA_TOKEN }}
pr_index: ${{ steps.tea-pr-index.outputs.pr_number }}
repo_owner: Trez
repo_owner: ${{ github.repository_owner }}
repo_name: ${{ github.ref_name }}
plan_file: cloudflare.tfplan
comment_template: |