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

This commit is contained in:
oonyeje 2025-03-07 15:50:46 -05:00
parent 6c64bed454
commit a0bae9717f

View File

@ -15,11 +15,12 @@ jobs:
id: changed-files id: changed-files
uses: tj-actions/changed-files@v43 uses: tj-actions/changed-files@v43
# - name: Setup Gitea CLI - name: Setup Gitea CLI
# run: | run: |
# curl -o gitea https://dl.gitea.io/gitea-cli/1.5.0/linux-amd64/gitea curl -o tea https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-amd64
# chmod +x gitea chmod +x tea
# ./gitea --version ./tea --version
- name: Review code - name: Review code
env: env:
GITEA_TOKEN: ${{ secrets.token }} GITEA_TOKEN: ${{ secrets.token }}