From 560c7c9812ba9c1656208a5a618c771d0d3b983a Mon Sep 17 00:00:00 2001 From: Kyle Harding Date: Tue, 23 Apr 2024 09:37:27 -0400 Subject: [PATCH] Fix version input label Change-type: patch Signed-off-by: Kyle Harding --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b9ec79d..e1da6c0 100644 --- a/action.yml +++ b/action.yml @@ -65,7 +65,7 @@ runs: shell: bash --noprofile --norc -eo pipefail -x {0} env: REPO: lework/skopeo-binary - VERSION: ${{ steps.latest.outputs.release || inputs.cli-version }} + VERSION: ${{ steps.latest.outputs.release || inputs.version }} OS: ${{ steps.os.outputs.target }} ARCH: ${{ steps.arch.outputs.target }} run: |