From 68363f9c4f9ade413b9e627dc007ea867ebdab45 Mon Sep 17 00:00:00 2001 From: seslly <161339320+seslly@users.noreply.github.com> Date: Tue, 19 Mar 2024 11:52:00 -0700 Subject: [PATCH] fix: inputs typo (#5) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index aab8ebf..acef91d 100644 --- a/action.yml +++ b/action.yml @@ -26,6 +26,6 @@ outputs: description: "Output returned by your Helm or kubectl command" runs: using: "docker" - image: ${{ input.image }} + image: ${{ inputs.image }} args: - ${{ inputs.command }}