mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-28 14:35:00 +00:00
Update comment-pr.yaml
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
parent
bd8e2320c3
commit
4a22e54cda
1 changed files with 5 additions and 0 deletions
5
.github/workflows/comment-pr.yaml
vendored
5
.github/workflows/comment-pr.yaml
vendored
|
@ -21,6 +21,11 @@ jobs:
|
|||
json_diff_file_output: diff.json
|
||||
raw_diff_file_output: diff.txt
|
||||
file_output_only: "true"
|
||||
- name: Show diff
|
||||
env:
|
||||
DIFF: ${{ steps.git-diff-action.outputs.raw-diff-path }}
|
||||
run: |
|
||||
cat $DIFF
|
||||
- name: Summarize
|
||||
env:
|
||||
DIFF: ${{ steps.git-diff-action.outputs.raw-diff-path }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue