mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	Don't fail when diff is too big for echo (#9205)
This commit is contained in:
		
							
								
								
									
										1
									
								
								.github/workflows/qc_checks.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/qc_checks.yaml
									
									
									
									
										vendored
									
									
								
							@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user