mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-13 05:00:37 +00:00
fix input name
This commit is contained in:
parent
a301ab34ab
commit
9b9fc27280
1 changed files with 1 additions and 1 deletions
2
.github/actions/test/action.yml
vendored
2
.github/actions/test/action.yml
vendored
|
@ -34,7 +34,7 @@ runs:
|
|||
uses: ./
|
||||
with:
|
||||
version: ${{ inputs.version }}
|
||||
trust-check: ${{ inputs.no-trust-check }}
|
||||
trust-check: ${{ inputs.trust-check }}
|
||||
trusts: ${{ inputs.trusts }}
|
||||
path: ${{ inputs.path }}
|
||||
token: ${{ inputs.token }}
|
||||
|
|
Loading…
Reference in a new issue