mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-27 06:19:54 +02:00
fix: support pathname except ssh
This commit is contained in:
parent
8530928916
commit
5f56636ef8
5 changed files with 27 additions and 12 deletions
|
@ -120,8 +120,9 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl
|
|||
|
||||
# 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
|
||||
# running from unless specified. Also support URL pathname except SSH (`ssh-key`
|
||||
# not specified). Example URLs are https://github.com or
|
||||
# https://my-ghes-server.example.com or https://my-ghes-server.example.com/git/
|
||||
github-server-url: ''
|
||||
```
|
||||
<!-- end usage -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue