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

@ -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'