From f18766b32798ad6e4dd3658f0bc49dbf837a323b Mon Sep 17 00:00:00 2001 From: minottic Date: Thu, 7 Dec 2023 13:23:03 +0100 Subject: [PATCH] Fix workflow variable names --- .github/actions/open-ssh-tunnel/action.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/actions/open-ssh-tunnel/action.yml b/.github/actions/open-ssh-tunnel/action.yml index a41cdc6..f291cb5 100644 --- a/.github/actions/open-ssh-tunnel/action.yml +++ b/.github/actions/open-ssh-tunnel/action.yml @@ -2,9 +2,13 @@ name: deploy-helm description: "Helm deploy" inputs: - secrets: - description: secrets to be set when creating the secret resource - required: false + bastion_user: + description: username@host for the ssh tunnel + required: true + type: string + bastion_ssh_key: + description: private ssh key content + required: true type: string runs: