From 4128517094d02902d76eb8ee29f86ab8b087ba3f Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Mon, 5 Jan 2026 20:46:04 +0000 Subject: [PATCH] non-interpolation --- 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 b790b0e..5c3f8b0 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 --debug comment "${{ inputs.pr }}" "${{ inputs.message }}" + tea --debug comment '${{ inputs.pr }}' '${{ inputs.message }}'