Skip to content

Commit

Permalink
Fixed installing multiple input packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-mccutchen authored Feb 1, 2024
1 parent ad415bb commit 3f78d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3f78d9e

Please sign in to comment.