mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 18:45:00 +00:00
ci: change action for commenting PRs
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
parent
c6838d4301
commit
50cdfe0090
1 changed files with 6 additions and 5 deletions
11
.github/workflows/comment-pr.yaml
vendored
11
.github/workflows/comment-pr.yaml
vendored
|
@ -68,9 +68,10 @@ jobs:
|
||||||
echo EOF
|
echo EOF
|
||||||
} >> "$GITHUB_OUTPUT"
|
} >> "$GITHUB_OUTPUT"
|
||||||
docker logs --tail 10 local-ai
|
docker logs --tail 10 local-ai
|
||||||
- name: Comment PR with execution number
|
- uses: mshick/add-pr-comment@v2
|
||||||
uses: thollander/actions-comment-pull-request@v2
|
if: always()
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.UPDATE_BOT_TOKEN }}
|
repo-token: ${{ secrets.UPDATE_BOT_TOKEN }}
|
||||||
message: ${{ steps.summarize.outputs.message }}
|
message: ${{ steps.summarize.outputs.message }}
|
||||||
comment_tag: execution
|
message-failure: |
|
||||||
|
Uh oh! Could not analyze this PR, maybe it's too big?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue