Testing context.
This commit is contained in:
@@ -93,6 +93,8 @@ jobs:
|
|||||||
|
|
||||||
echo "pr_number=$pr_number" >> "$GITHUB_OUTPUT"
|
echo "pr_number=$pr_number" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
|
echo "${{ github.ref_name }}"
|
||||||
|
|
||||||
- name: Generate .env from Hashicorp Vault
|
- name: Generate .env from Hashicorp Vault
|
||||||
uses: https://git.trez.wtf/Trez/hc-vault-env@main
|
uses: https://git.trez.wtf/Trez/hc-vault-env@main
|
||||||
with:
|
with:
|
||||||
@@ -162,11 +164,15 @@ jobs:
|
|||||||
|
|
||||||
- name: PR Comment
|
- name: PR Comment
|
||||||
uses: https://git.trez.wtf/Trez.One/git-auto-comment@main
|
uses: https://git.trez.wtf/Trez.One/git-auto-comment@main
|
||||||
|
env:
|
||||||
|
DEBUG: true
|
||||||
with:
|
with:
|
||||||
platform: gitea
|
platform: gitea
|
||||||
api_url: https://git.trez.wtf/api/v1
|
api_url: https://git.trez.wtf/api/v1
|
||||||
token: ${{ secrets.BOT_GITEA_TOKEN }}
|
token: ${{ secrets.BOT_GITEA_TOKEN }}
|
||||||
pr_index: ${{ steps.tea-pr-index.outputs.pr_number }}
|
pr_index: ${{ steps.tea-pr-index.outputs.pr_number }}
|
||||||
|
repo_owner: Trez
|
||||||
|
repo_name: ${{ github. }}
|
||||||
plan_file: cloudflare.tfplan
|
plan_file: cloudflare.tfplan
|
||||||
comment_template: |
|
comment_template: |
|
||||||
🚀 **Tofu Plan Output**
|
🚀 **Tofu Plan Output**
|
||||||
|
|||||||
Reference in New Issue
Block a user