mirror of
				https://code.forgejo.org/actions/checkout.git
				synced 2025-11-03 22:29:11 +00:00 
			
		
		
		
	Add workingDirectory option
Let user override $GITHUB_WORKSPACE as default working directory Defaults to undefined, the original behaviour is maintained
This commit is contained in:
		
							parent
							
								
									8459bc0c7e
								
							
						
					
					
						commit
						0fd0fa4fd4
					
				
					 4 changed files with 27 additions and 21 deletions
				
			
		| 
						 | 
				
			
			@ -824,7 +824,8 @@ async function setup(testName: string): Promise<void> {
 | 
			
		|||
    sshUser: '',
 | 
			
		||||
    workflowOrganizationId: 123456,
 | 
			
		||||
    setSafeDirectory: true,
 | 
			
		||||
    githubServerUrl: githubServerUrl
 | 
			
		||||
    githubServerUrl: githubServerUrl,
 | 
			
		||||
    workingDirectory: undefined
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue