Skip to content

Commit e5e43c5

Browse files
authored
Update run.sh
Signed-off-by: Zoey <[email protected]>
1 parent 5af9e08 commit e5e43c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
apk add --no-cache git
4-
yarn add --no-lockfile -D tailwindcss $INPUT_PLUGINS
5-
yarn run tailwindcss --input $INPUT_INPUT --output $INPUT_OUTPUT $INPUT_PARAMS
4+
yarn add --no-lockfile -D tailwindcss "$INPUT_PLUGINS"
5+
yarn run tailwindcss --input "$INPUT_INPUT" --output "$INPUT_OUTPUT" "$INPUT_PARAMS"
66
git config --global --add safe.directory /github/workspace
7-
git add --force $INPUT_OUTPUT
7+
git add --force "$INPUT_OUTPUT"

0 commit comments

Comments
 (0)