Don't fail when diff is too big for echo (#9205)
This commit is contained in:
parent
6c52f00c16
commit
3ff507837d
|
|
@ -175,6 +175,7 @@ jobs:
|
|||
revision: "src/backend/InvenTree/schema.yml"
|
||||
format: "html"
|
||||
- name: Echoing diff to step
|
||||
continue-on-error: true
|
||||
env:
|
||||
DIFF: ${{ steps.breaking_changes.outputs.diff }}
|
||||
run: echo "${DIFF}" >> $GITHUB_STEP_SUMMARY
|
||||
|
|
|
|||
Loading…
Reference in New Issue