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 }}"