mirror of
https://gitea.com/actions/checkout.git
synced 2024-11-01 01:20:35 +01:00
update: README.md with new options, descriptions
This commit is contained in:
parent
b9dc833d47
commit
faa95350fe
@ -68,7 +68,7 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl
|
|||||||
# Default: true
|
# Default: true
|
||||||
persist-credentials: ''
|
persist-credentials: ''
|
||||||
|
|
||||||
# Relative path under $GITHUB_WORKSPACE to place the repository
|
# Relative path under $GITHUB_WORKSPACE/working-directory to place the repository
|
||||||
path: ''
|
path: ''
|
||||||
|
|
||||||
# Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching
|
# Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching
|
||||||
@ -119,6 +119,10 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl
|
|||||||
# running from unless specified. Example URLs are https://github.com or
|
# running from unless specified. Example URLs are https://github.com or
|
||||||
# https://my-ghes-server.example.com
|
# https://my-ghes-server.example.com
|
||||||
github-server-url: ''
|
github-server-url: ''
|
||||||
|
|
||||||
|
# Provide the working directory for the git commands to execute into, defaults to
|
||||||
|
# $GITHUB_WORKSPACE
|
||||||
|
working-directory: ''
|
||||||
```
|
```
|
||||||
<!-- end usage -->
|
<!-- end usage -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user