From e92104a49709647017738fb640c05f9a36503bb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Tue, 17 Oct 2023 19:04:00 +0200 Subject: [PATCH] input uniform --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 37e3d84..f756c3a 100644 --- a/action.yaml +++ b/action.yaml @@ -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 }}