mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-05-10 12:03:53 +02:00
Adding ability to specify the GitHub Server URL and allowing for it to differ from the Actions workflow host
This commit is contained in:
parent
2541b1294d
commit
385d3aa94f
13 changed files with 182 additions and 62 deletions
|
@ -97,6 +97,11 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl
|
|||
# config --global --add safe.directory <path>`
|
||||
# Default: true
|
||||
set-safe-directory: ''
|
||||
|
||||
# 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.
|
||||
github-server-url: ''
|
||||
```
|
||||
<!-- end usage -->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue