diff --git a/.gitea/workflows/llm_pipeline_actions.yaml b/.gitea/workflows/llm_pipeline_actions.yaml index 2c444b7..3ed8401 100644 --- a/.gitea/workflows/llm_pipeline_actions.yaml +++ b/.gitea/workflows/llm_pipeline_actions.yaml @@ -15,11 +15,12 @@ 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 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 }}