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