- add ./
This commit is contained in:
parent
a0bae9717f
commit
8f0552bdf0
@ -20,7 +20,7 @@ jobs:
|
|||||||
curl -o tea https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-amd64
|
curl -o tea https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-amd64
|
||||||
chmod +x tea
|
chmod +x tea
|
||||||
./tea --version
|
./tea --version
|
||||||
|
|
||||||
- name: Review code
|
- name: Review code
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.token }}
|
GITEA_TOKEN: ${{ secrets.token }}
|
||||||
@ -31,5 +31,5 @@ jobs:
|
|||||||
echo "$comment" >> ollama_review.txt
|
echo "$comment" >> ollama_review.txt
|
||||||
done
|
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
|
shell: bash
|
||||||
Loading…
x
Reference in New Issue
Block a user