1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-06-29 00:36:40 +02:00
This commit is contained in:
Johnny Willemsen 2025-06-20 13:51:48 -04:00 committed by GitHub
commit 9abac356f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 33 additions and 3 deletions

View file

@ -53,7 +53,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