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

@ -126,6 +126,9 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
# running from unless specified. Example URLs are https://github.com or
# https://my-ghes-server.example.com
github-server-url: ''
# Specify the Git object format for repository initialization (sha1, sha256).
object-format: ''
```
<!-- end usage -->