- add ./
Some checks failed
Ollama Review / review-code-with-llm (pull_request) Failing after 1m26s
continuous-integration/drone/push Build is failing

This commit is contained in:
oonyeje 2025-03-07 16:03:51 -05:00
parent a0bae9717f
commit 8f0552bdf0

View File

@ -31,5 +31,5 @@ jobs:
echo "$comment" >> ollama_review.txt
done
tea pr comment ${{ gitea.event.pull_request.number }} --body "$(cat ollama_review.txt)"
./tea pr comment ${{ gitea.event.pull_request.number }} --body "$(cat ollama_review.txt)"
shell: bash