From 3bd556fe8e4744957635c5c184c238ae22961054 Mon Sep 17 00:00:00 2001 From: RouxAntoine Date: Sun, 25 Feb 2024 21:20:15 +0100 Subject: [PATCH] fix: inputs instead of input to access parameter --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1075362..1defb50 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ runs: node-version: 20 - name: Install changie - run: npm i -g changie@${{ input.changie-version }} + run: npm i -g changie@${{ inputs.changie-version }} shell: bash - name: Set GitHub Path