mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 18:18:37 +08:00 
			
		
		
		
	Fix comment typos (that got added in #770)
This commit is contained in:
		
							parent
							
								
									3ba5ee6fac
								
							
						
					
					
						commit
						e96b7a80d7
					
				
							
								
								
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							|  | @ -4083,7 +4083,7 @@ function setSshKnownHostsPath(sshKnownHostsPath) { | |||
| } | ||||
| 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() { | ||||
|     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() { | ||||
|   core.saveState('setSafeDirectory', 'true') | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Andrew Scheller
						Andrew Scheller