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