diff --git a/script.sh b/script.sh index eff0908..7418ea9 100755 --- a/script.sh +++ b/script.sh @@ -59,7 +59,7 @@ fi if [ -n "${INPUT_PACKAGES}" ]; then echo '::group:: Running `npm install` to install input packages ...' - npm install "${INPUT_PACKAGES}" + npm install ${INPUT_PACKAGES} echo '::endgroup::' fi