mirror of
https://gitea.com/actions/checkout.git
synced 2024-11-01 01:20:35 +01:00
fix(action.yml): path description
Add working-directory
This commit is contained in:
parent
a0ec92ce0c
commit
ed925880d3
@ -49,7 +49,7 @@ inputs:
|
|||||||
description: 'Whether to configure the token or SSH key with the local git config'
|
description: 'Whether to configure the token or SSH key with the local git config'
|
||||||
default: true
|
default: true
|
||||||
path:
|
path:
|
||||||
description: 'Relative path under $GITHUB_WORKSPACE to place the repository'
|
description: 'Relative path under $GITHUB_WORKSPACE/working-directory to place the repository'
|
||||||
clean:
|
clean:
|
||||||
description: 'Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching'
|
description: 'Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching'
|
||||||
default: true
|
default: true
|
||||||
|
Loading…
Reference in New Issue
Block a user