mirror of
https://github.com/actions/checkout.git
synced 2025-06-08 00:39:04 +00:00
Add support for SHA256 repositories
New input parameter to specify the git object format when initializing a git repository.
This commit is contained in:
parent
85e6279cec
commit
488933c971
8 changed files with 37 additions and 8 deletions
|
@ -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
|
||||
|
||||
/**
|
||||
* Specify the Git object format for repository initialization (sha1, sha256).
|
||||
*/
|
||||
objectFormat: string | undefined
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue