From 8f0552bdf0ef9935bced7abd7302dca17fdb7257 Mon Sep 17 00:00:00 2001 From: oonyeje Date: Fri, 7 Mar 2025 16:03:51 -0500 Subject: [PATCH] - add ./ --- .gitea/workflows/llm_pipeline_actions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/llm_pipeline_actions.yaml b/.gitea/workflows/llm_pipeline_actions.yaml index 3ed8401..6b71aa0 100644 --- a/.gitea/workflows/llm_pipeline_actions.yaml +++ b/.gitea/workflows/llm_pipeline_actions.yaml @@ -20,7 +20,7 @@ jobs: curl -o tea https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-amd64 chmod +x tea ./tea --version - + - name: Review code env: GITEA_TOKEN: ${{ secrets.token }} @@ -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 \ No newline at end of file