mirror of
https://github.com/actions/checkout.git
synced 2025-06-08 00:39:04 +00:00
Add objectFormat setting to allow init()ing a repo with sha256
This commit is contained in:
parent
85e6279cec
commit
b9de40a228
9 changed files with 81 additions and 8 deletions
|
@ -98,6 +98,11 @@ 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: >
|
||||
Use the given object format when creating local repository. Specifically, use
|
||||
'sha256' to checkout a SHA-256 repository.
|
||||
default: null
|
||||
outputs:
|
||||
ref:
|
||||
description: 'The branch, tag or SHA that was checked out'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue