mirror of
				https://kkgithub.com/actions/cache.git
				synced 2025-10-31 02:31:51 +08:00 
			
		
		
		
	Remove sort logic from inputs
This commit is contained in:
		| @ -62,8 +62,7 @@ export function getInputAsArray( | ||||
|         .getInput(name, options) | ||||
|         .split("\n") | ||||
|         .map(s => s.replace(/^!\s+/, "!").trim()) | ||||
|         .filter(x => x !== "") | ||||
|         .sort(); | ||||
|         .filter(x => x !== ""); | ||||
| } | ||||
|  | ||||
| export function getInputAsInt( | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Vipul
					Vipul