mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Remove unnecessary checkout.
This commit is contained in:
		
							parent
							
								
									c5208a2668
								
							
						
					
					
						commit
						e030011a5c
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		
							
								
								
									
										3
									
								
								.github/workflows/weblate-merge.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/weblate-merge.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -12,9 +12,6 @@ jobs:
 | 
				
			||||||
      - name: Check if PR author is weblate
 | 
					      - name: Check if PR author is weblate
 | 
				
			||||||
        if: github.event.pull_request.user.login != 'weblate'
 | 
					        if: github.event.pull_request.user.login != 'weblate'
 | 
				
			||||||
        run: exit 78
 | 
					        run: exit 78
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					 | 
				
			||||||
        with:
 | 
					 | 
				
			||||||
          fetch-depth: 0
 | 
					 | 
				
			||||||
      - name: AutoMerge Weblate translations
 | 
					      - name: AutoMerge Weblate translations
 | 
				
			||||||
        run: gh pr merge --auto --delete-branch --merge "$PR_URL"
 | 
					        run: gh pr merge --auto --delete-branch --merge "$PR_URL"
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue