Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <[email protected]>
  • Loading branch information
Kenji Miyake committed Sep 11, 2022
1 parent b4cd1dc commit 49e77d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spell-check/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ runs:
steps:
- name: Install dict packages
run: |
for package in ${{ inputs.dict-packages }}; do
for package in $(IFS=" " echo "${{ inputs.dict-packages }}"); do
echo "Install $package."
npm install $package
done
shell: bash
Expand Down

0 comments on commit 49e77d2

Please sign in to comment.