From 2f51c31fe25bad72a314a9e8318ead19e9dc423b Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Sat, 3 Jan 2026 21:05:22 +0000 Subject: [PATCH] Debug --- gitea-pr-comment/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea-pr-comment/action.yml b/gitea-pr-comment/action.yml index f16ca35..b790b0e 100644 --- a/gitea-pr-comment/action.yml +++ b/gitea-pr-comment/action.yml @@ -100,4 +100,4 @@ runs: run: >- cd "${{ inputs.path || env.GITHUB_WORKSPACE }}" && echo "$PWD" && - tea comment "${{ inputs.pr }}" "${{ inputs.message }}" + tea --debug comment "${{ inputs.pr }}" "${{ inputs.message }}"