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
|
@ -98,6 +98,9 @@ inputs:
|
|||
github-server-url:
|
||||
description: The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com
|
||||
required: false
|
||||
object-format:
|
||||
description: 'Specify the Git object format for repository initialization (sha1, sha256).'
|
||||
required: false
|
||||
outputs:
|
||||
ref:
|
||||
description: 'The branch, tag or SHA that was checked out'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue