1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-05-14 02:19:29 +02:00
This commit is contained in:
Marco Accorinti 2024-09-04 20:39:22 +05:30 committed by GitHub
commit 5e96875070
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 51 additions and 23 deletions

View file

@ -71,7 +71,7 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
# Default: true
persist-credentials: ''
# Relative path under $GITHUB_WORKSPACE to place the repository
# Relative path under $GITHUB_WORKSPACE/working-directory to place the repository
path: ''
# Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching
@ -126,6 +126,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: ''
# Provide the working directory for the git commands to execute into, defaults to
# $GITHUB_WORKSPACE
working-directory: ''
```
<!-- end usage -->