1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-05-11 02:30:03 +00:00

Implement allow-path-outside-workspace

This commit is contained in:
xavisolesoft 2024-12-18 10:08:23 +01:00
parent cbb722410c
commit d1d381abe7
4 changed files with 11 additions and 1 deletions

View file

@ -74,6 +74,10 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
# Relative path under $GITHUB_WORKSPACE to place the repository
path: ''
# Allow the checked-out repository to be placed outside of the workspace
# Default: false
allow-path-outside-workspace: ''
# Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching
# Default: true
clean: ''