0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-06-29 16:28:19 +02:00

Update action.yml

Co-authored-by: Josh Gross <joshmgross@github.com>
This commit is contained in:
Cory Miller 2024-04-18 15:13:09 -04:00 committed by GitHub
parent e0908c08dc
commit 9acec543f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,6 +48,7 @@ inputs:
ssh-user: ssh-user:
description: > description: >
The user to use when connecting to the remote SSH host. By default 'git' is used. The user to use when connecting to the remote SSH host. By default 'git' is used.
default: git
persist-credentials: persist-credentials:
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