From a6575ebcdbba1492fa161d028b935cb7c2d72119 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Wed, 28 Feb 2024 18:51:37 +0100 Subject: [PATCH] fix: wrong variable name --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index cbd9d29..a6c26db 100644 --- a/action.yml +++ b/action.yml @@ -15,4 +15,4 @@ runs: using: docker image: Dockerfile env: - VERSIONS: ${{ inputs.versions }} + VERSION_LIST: "${{ inputs.versions }}"