fix: inputs instead of input to access parameter

This commit is contained in:
RouxAntoine 2024-02-25 21:20:15 +01:00
parent b4ba9fd029
commit 3bd556fe8e
Signed by: antoine
GPG Key ID: 098FB66FC0475E70

View File

@ -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