1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-06-15 02:06:36 +00:00
This commit is contained in:
Elisei Roca 2025-06-08 14:53:25 +02:00 committed by GitHub
commit ff5fe31c28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 37 additions and 8 deletions

View file

@ -144,6 +144,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 -->