mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 18:18:37 +08:00 
			
		
		
		
	.
This commit is contained in:
		
							parent
							
								
									8f989d77af
								
							
						
					
					
						commit
						3c23708918
					
				
							
								
								
									
										5
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -88,7 +88,12 @@ jobs: | ||||||
| 
 | 
 | ||||||
|       # Basic checkout using REST API |       # Basic checkout using REST API | ||||||
|       - name: Remove basic |       - name: Remove basic | ||||||
|  |         if: runner.os != 'windows' | ||||||
|         run: rm -rf basic |         run: rm -rf basic | ||||||
|  |       - name: Remove basic (Windows) | ||||||
|  |         if: runner.os == 'windows' | ||||||
|  |         shell: cmd | ||||||
|  |         run: rmdir /s /q basic | ||||||
|       - name: Override git version |       - name: Override git version | ||||||
|         if: runner.os != 'windows' |         if: runner.os != 'windows' | ||||||
|         run: __test__/override-git-version.sh |         run: __test__/override-git-version.sh | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 eric sciple
						eric sciple