From 6c64bed454034c8d71fc703080eb86f9d0f6ffd1 Mon Sep 17 00:00:00 2001 From: oonyeje Date: Fri, 7 Mar 2025 15:42:24 -0500 Subject: [PATCH] - use tea cli --- .gitea/workflows/llm_pipeline_actions.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/llm_pipeline_actions.yaml b/.gitea/workflows/llm_pipeline_actions.yaml index cc03285..2c444b7 100644 --- a/.gitea/workflows/llm_pipeline_actions.yaml +++ b/.gitea/workflows/llm_pipeline_actions.yaml @@ -15,11 +15,11 @@ jobs: id: changed-files uses: tj-actions/changed-files@v43 - - name: Setup Gitea CLI - run: | - curl -o gitea https://dl.gitea.io/gitea-cli/1.5.0/linux-amd64/gitea - chmod +x gitea - ./gitea --version + # - name: Setup Gitea CLI + # run: | + # curl -o gitea https://dl.gitea.io/gitea-cli/1.5.0/linux-amd64/gitea + # chmod +x gitea + # ./gitea --version - name: Review code env: GITEA_TOKEN: ${{ secrets.token }} @@ -30,5 +30,5 @@ jobs: echo "$comment" >> ollama_review.txt done - ./gitea 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