Experimenting...
This commit is contained in:
@@ -19,6 +19,7 @@ jobs:
|
||||
name: Check and Create PR
|
||||
outputs:
|
||||
pr_number: ${{ steps.pr-check-create.outputs.pr_number }}
|
||||
pr_url: ${{ steps.pr-check-create.outputs.pr_number }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
@@ -131,8 +132,9 @@ jobs:
|
||||
out: cloudflare.tfplan
|
||||
|
||||
- run: |
|
||||
echo ${{ gitea.event }}
|
||||
|
||||
pr_comments_url=${echo "${{ needs.check-and-create-pr.outputs.pr_url }}/reviews"}
|
||||
${pr_comments_url}
|
||||
pr_comment_id=$(curl -sS -X GET ${pr_comments_url} | jq '.[].id')
|
||||
# - name: Tofu PR Commenter
|
||||
# uses: https://git.trez.wtf/Trez/terraform-tofu-pr-commenter@main
|
||||
# env:
|
||||
|
||||
Reference in New Issue
Block a user