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