Testing still...
This commit is contained in:
@@ -130,15 +130,21 @@ jobs:
|
||||
chdir: cloudflare
|
||||
out: cloudflare.tfplan
|
||||
|
||||
- name: Tofu PR Commenter
|
||||
uses: https://git.trez.wtf/Trez/terraform-tofu-pr-commenter@main
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }}
|
||||
PR_NUMBER: ${{ needs.check-and-create-pr.outputs.pr_number }}
|
||||
with:
|
||||
commenter_type: plan
|
||||
commenter_input: ${{ steps.tofu-plan.outputs.plan-output }}
|
||||
commenter_exitcode: ${{ steps.tofu-plan.outputs.exitcode }}
|
||||
- run: |
|
||||
echo ${{ gitea.event_path }}
|
||||
cat ${{ gitea.event_path }}
|
||||
cp ${{ gitea.event_path }} .
|
||||
cat event.json | jq
|
||||
|
||||
# - name: Tofu PR Commenter
|
||||
# uses: https://git.trez.wtf/Trez/terraform-tofu-pr-commenter@main
|
||||
# env:
|
||||
# GITHUB_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }}
|
||||
# PR_NUMBER: ${{ needs.check-and-create-pr.outputs.pr_number }}
|
||||
# with:
|
||||
# commenter_type: plan
|
||||
# commenter_input: ${{ steps.tofu-plan.outputs.plan-output }}
|
||||
# commenter_exitcode: ${{ steps.tofu-plan.outputs.exitcode }}
|
||||
|
||||
# - name: Tofu Report
|
||||
# uses: ahmadnassri/action-terraform-report@v4.1.14
|
||||
|
||||
Reference in New Issue
Block a user