Fix incorrect syntax in Github action configuration (#25918)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/rebase-needed.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/rebase-needed.yml
									
									
									
									
										vendored
									
									
								
							@@ -2,7 +2,7 @@ name: PR Needs Rebase
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  schedule:
 | 
			
		||||
    cron: '0 * * * *'
 | 
			
		||||
    - cron: '0 * * * *'
 | 
			
		||||
 | 
			
		||||
permissions:
 | 
			
		||||
  pull-requests: write
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user