fix: inputs instead of input to access parameter
This commit is contained in:
parent
b4ba9fd029
commit
3bd556fe8e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user