3
0
Fork 0
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:
Elisei Roca 2025-04-05 11:11:19 +02:00
parent 85e6279cec
commit 488933c971
No known key found for this signature in database
GPG key ID: 9B47732BAA663196
8 changed files with 37 additions and 8 deletions

View file

@ -824,7 +824,8 @@ async function setup(testName: string): Promise<void> {
sshUser: '',
workflowOrganizationId: 123456,
setSafeDirectory: true,
githubServerUrl: githubServerUrl
githubServerUrl: githubServerUrl,
objectFormat: undefined
}
}