mirror of
				https://github.com/actions/checkout.git
				synced 2025-11-04 14:48:39 +08:00 
			
		
		
		
	
							parent
							
								
									3ba5ee6fac
								
							
						
					
					
						commit
						ac59398561
					
				
							
								
								
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -4083,7 +4083,7 @@ function setSshKnownHostsPath(sshKnownHostsPath) {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
exports.setSshKnownHostsPath = setSshKnownHostsPath;
 | 
					exports.setSshKnownHostsPath = setSshKnownHostsPath;
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Save the sef-safe-directory input so the POST action can retrieve the value.
 | 
					 * Save the set-safe-directory input so the POST action can retrieve the value.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
function setSafeDirectory() {
 | 
					function setSafeDirectory() {
 | 
				
			||||||
    core.saveState('setSafeDirectory', 'true');
 | 
					    core.saveState('setSafeDirectory', 'true');
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -47,7 +47,7 @@ export function setSshKnownHostsPath(sshKnownHostsPath: string) {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Save the sef-safe-directory input so the POST action can retrieve the value.
 | 
					 * Save the set-safe-directory input so the POST action can retrieve the value.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
export function setSafeDirectory() {
 | 
					export function setSafeDirectory() {
 | 
				
			||||||
  core.saveState('setSafeDirectory', 'true')
 | 
					  core.saveState('setSafeDirectory', 'true')
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user