mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-29 22:55:54 +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
|
@ -824,7 +824,8 @@ async function setup(testName: string): Promise<void> {
|
|||
sshUser: '',
|
||||
workflowOrganizationId: 123456,
|
||||
setSafeDirectory: true,
|
||||
githubServerUrl: githubServerUrl
|
||||
githubServerUrl: githubServerUrl,
|
||||
objectFormat: undefined
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue