mirror of
https://github.com/actions/checkout.git
synced 2025-05-14 12:10:01 +00:00
The path can be relative or absolute under $GITHUB_WORKSPACE
* README.md: * action.yml: * adrs/0153-checkout-v2.md:
This commit is contained in:
parent
be6c44d969
commit
146dd77449
3 changed files with 16 additions and 4 deletions
|
@ -49,7 +49,7 @@ inputs:
|
|||
description: 'Whether to configure the token or SSH key with the local git config'
|
||||
default: true
|
||||
path:
|
||||
description: 'Relative path under $GITHUB_WORKSPACE to place the repository'
|
||||
description: 'Relative or absolute path under $GITHUB_WORKSPACE to place the repository'
|
||||
clean:
|
||||
description: 'Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching'
|
||||
default: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue