This commit is contained in:
Mohammad Ismail 2025-06-06 17:14:47 +03:30 committed by GitHub
commit 36dec8999f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 159 additions and 110 deletions

View file

@ -144,6 +144,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: ''
# Whether to clone the repository as a bare repository
# Default: false
bare: ''
```
<!-- end usage -->