mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-21 17:12:03 +03:00
Implement allow-path-outside-workspace
This commit is contained in:
parent
cbb722410c
commit
d1d381abe7
4 changed files with 11 additions and 1 deletions
|
@ -54,6 +54,10 @@ inputs:
|
|||
default: true
|
||||
path:
|
||||
description: 'Relative path under $GITHUB_WORKSPACE to place the repository'
|
||||
allow-path-outside-workspace:
|
||||
description: Allow the checked-out repository to be placed outside of the workspace.
|
||||
default: false
|
||||
required: false
|
||||
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