mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 13:58:09 +08:00 
			
		
		
		
	Add objectFormat setting to allow init()ing a repo with sha256
This commit is contained in:
		| @@ -118,4 +118,9 @@ export interface IGitSourceSettings { | ||||
|    * User override on the GitHub Server/Host URL that hosts the repository to be cloned | ||||
|    */ | ||||
|   githubServerUrl: string | undefined | ||||
|  | ||||
|   /** | ||||
|    * Object format used for the repo, if it is not default | ||||
|    */ | ||||
|   objectFormat: 'sha1' | 'sha256' | undefined | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user