mirror of
				https://github.com/uklans/cache-domains
				synced 2025-11-04 08:38:52 +01:00 
			
		
		
		
	Remove colon and port in arch (#4)
Signed-off-by: redtrillix <zachary.gethin@destronia.com> Co-authored-by: redtrillix <redtrillix@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									08d7370849
								
							
						
					
					
						commit
						0ea767c07b
					
				
							
								
								
									
										2
									
								
								.github/workflows/generate_arch_mirrors.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/generate_arch_mirrors.yml
									
									
									
									
										vendored
									
									
								
							@ -16,7 +16,7 @@ jobs:
 | 
			
		||||
 | 
			
		||||
      - name: Generate Arch Mirror List
 | 
			
		||||
        id: generate
 | 
			
		||||
        run: curl -L https://www.archlinux.org/mirrorlist/all/http | grep -oP 'https?://\K[^/]*' | sort -u >arch.txt
 | 
			
		||||
        run: curl -L https://www.archlinux.org/mirrorlist/all/http | grep -oP 'https?://\K[^/]*' | sed "s/:.*//g" | sort -u >arch.txt
 | 
			
		||||
 | 
			
		||||
      - name: Get current date
 | 
			
		||||
        id: date
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user