mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
fix if statement
This commit is contained in:
parent
8b1eb3c92e
commit
6ba24fa635
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ runs:
|
|||
shell: bash
|
||||
run: |
|
||||
cd ${{ inputs.path }}
|
||||
if [ ${{ inputs.no-trust-check }} == 'true' ]; do
|
||||
if [ ${{ inputs.no-trust-check }} == 'true' ]; then
|
||||
aftman install --no-trust-check
|
||||
else
|
||||
aftman install
|
||||
|
|
Loading…
Reference in a new issue