input uniform

This commit is contained in:
Maximilian Keßler 2023-10-17 19:04:00 +02:00
parent d90d679292
commit e92104a497
Signed by: max
GPG key ID: BCC5A619923C0BA5

View file

@ -11,7 +11,7 @@ inputs:
description: > description: >
User used for host authentication. User used for host authentication.
default: pages default: pages
hostkey: host-key:
description: > description: >
SSH host key fingerprint of the specified host, including the key type. 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, If this does not match the host key fingerprint upon invocation of ssh,
@ -42,7 +42,7 @@ runs:
env: env:
INPUT_HOST: ${{ inputs.host }} INPUT_HOST: ${{ inputs.host }}
INPUT_HOST_USER: ${{ inputs.host-user }} INPUT_HOST_USER: ${{ inputs.host-user }}
INPUT_HOST_KEY: ${{ inputs.hostkey }} INPUT_HOST_KEY: ${{ inputs.host-key }}
INPUT_SSH_KEY: ${{ inputs.ssh-key }} INPUT_SSH_KEY: ${{ inputs.ssh-key }}
INPUT_DIRECTORY: ${{ inputs.directory }} INPUT_DIRECTORY: ${{ inputs.directory }}
INPUT_INDEX: ${{ inputs.index }} INPUT_INDEX: ${{ inputs.index }}