0
1
Fork 0

Update docs with param

This commit is contained in:
Cory Miller 2024-04-18 14:55:49 +00:00
parent 4fbc953ab8
commit b2d386f409
2 changed files with 6 additions and 0 deletions

View File

@ -61,6 +61,9 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
# the input `ssh-known-hosts` to configure additional hosts.
# Default: true
ssh-strict: ''
# The user to use when connecting to the remote SSH host. By default 'git' is used.
ssh-user: ''
# Whether to configure the token or SSH key with the local git config
# Default: true

View File

@ -45,6 +45,9 @@ inputs:
and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to
configure additional hosts.
default: true
ssh-user:
description: >
The user to use when connecting to the remote SSH host. By default 'git' is used.
persist-credentials:
description: 'Whether to configure the token or SSH key with the local git config'
default: true