mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 16:23:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			119 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			119 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| if [ ! -f "./main_path_test/basic-file.txt" ]; then
 | |
|     echo "Expected file does not exist"
 | |
|     exit 1
 | |
| fi
 |