mirror of
https://github.com/actions/checkout.git
synced 2025-04-19 09:06:45 +00:00
fix: support pathname except ssh
This commit is contained in:
parent
b4ffde65f4
commit
61d93be5e5
5 changed files with 27 additions and 12 deletions
|
@ -92,7 +92,7 @@ inputs:
|
|||
description: Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory <path>`
|
||||
default: true
|
||||
github-server-url:
|
||||
description: 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
|
||||
description: 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. 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/
|
||||
required: false
|
||||
runs:
|
||||
using: node20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue