input uniform
This commit is contained in:
parent
d90d679292
commit
e92104a497
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ inputs:
|
|||
description: >
|
||||
User used for host authentication.
|
||||
default: pages
|
||||
hostkey:
|
||||
host-key:
|
||||
description: >
|
||||
SSH host key fingerprint of the specified host, including the key type.
|
||||
If this does not match the host key fingerprint upon invocation of ssh,
|
||||
|
@ -42,7 +42,7 @@ runs:
|
|||
env:
|
||||
INPUT_HOST: ${{ inputs.host }}
|
||||
INPUT_HOST_USER: ${{ inputs.host-user }}
|
||||
INPUT_HOST_KEY: ${{ inputs.hostkey }}
|
||||
INPUT_HOST_KEY: ${{ inputs.host-key }}
|
||||
INPUT_SSH_KEY: ${{ inputs.ssh-key }}
|
||||
INPUT_DIRECTORY: ${{ inputs.directory }}
|
||||
INPUT_INDEX: ${{ inputs.index }}
|
||||
|
|
Loading…
Reference in a new issue