mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
fix arg name
This commit is contained in:
parent
84ba66a7b5
commit
a301ab34ab
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ runs:
|
|||
run: |
|
||||
cd ${{ inputs.path }}
|
||||
if [ ${{ inputs.trust-check }} == false ]; then
|
||||
aftman install --trust-check
|
||||
aftman install --no-trust-check
|
||||
else
|
||||
aftman install
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue