0
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-12-19 20:55:45 +02:00
This commit is contained in:
Elisei Roca 2025-01-16 16:15:21 -07:00 committed by GitHub
commit 73dbf279e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 39 additions and 7 deletions

View file

@ -126,6 +126,10 @@ 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: ''
# Set Git object format to "sha256" when initializing a Git repository.
# Default: false
repo-sha256: ''
```
<!-- end usage -->