mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	surpress error if no changes exsist (#8043)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/translations.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/translations.yaml
									
									
									
									
										vendored
									
									
								
							@@ -47,7 +47,7 @@ jobs:
 | 
				
			|||||||
          git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
 | 
					          git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
 | 
				
			||||||
          git config --local user.name "github-actions[bot]"
 | 
					          git config --local user.name "github-actions[bot]"
 | 
				
			||||||
          git add src/backend/InvenTree/locale/en/LC_MESSAGES/django.po src/frontend/src/locales/en/messages.po
 | 
					          git add src/backend/InvenTree/locale/en/LC_MESSAGES/django.po src/frontend/src/locales/en/messages.po
 | 
				
			||||||
          git commit -m "add translations"
 | 
					          git commit -m "add translations" || true
 | 
				
			||||||
          git reset --hard
 | 
					          git reset --hard
 | 
				
			||||||
          git reset HEAD~
 | 
					          git reset HEAD~
 | 
				
			||||||
      - name: crowdin action
 | 
					      - name: crowdin action
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user