Skip to content

Commit

Permalink
Fixed condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed May 17, 2024
1 parent fe2e6f8 commit da8536f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,11 +369,11 @@ runs:
run: |
echo ::group::Create Qlot Environment
if [[ "${{ inputs.qlot-no-deps }}" != 'false' ]]; then
echo 'Running Qlot as usual'
qlot install
else
echo 'Running Qlot with --no-deps argument'
qlot install --no-deps
else
echo 'Running Qlot as usual'
qlot install
fi
echo ::endgroup::
env:
Expand Down

0 comments on commit da8536f

Please sign in to comment.