mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	
							
								
								
									
										8
									
								
								.github/workflows/translations.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/translations.yml
									
									
									
									
										vendored
									
									
								
							@@ -19,12 +19,8 @@ jobs:
 | 
				
			|||||||
      INVENTREE_STATIC_ROOT: ./static
 | 
					      INVENTREE_STATIC_ROOT: ./static
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - uses: actions/checkout@v2
 | 
					      - name: Checkout Code
 | 
				
			||||||
    - name: Get Current Translations
 | 
					        uses: actions/checkout@v2
 | 
				
			||||||
      run: |
 | 
					 | 
				
			||||||
        git fetch
 | 
					 | 
				
			||||||
        git checkout origin/l10 -- `git ls-tree origin/l10 -r --name-only | grep ".po"`
 | 
					 | 
				
			||||||
        git reset
 | 
					 | 
				
			||||||
      - name: Set up Python 3.7
 | 
					      - name: Set up Python 3.7
 | 
				
			||||||
        uses: actions/setup-python@v1
 | 
					        uses: actions/setup-python@v1
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user