diff --git a/run.sh b/run.sh index c6b8aa7..5d663fa 100644 --- a/run.sh +++ b/run.sh @@ -1,7 +1,7 @@ #!/bin/sh apk add --no-cache git -yarn add --no-lockfile -D tailwindcss $INPUT_PLUGINS -yarn run tailwindcss --input $INPUT_INPUT --output $INPUT_OUTPUT $INPUT_PARAMS +yarn add --no-lockfile -D tailwindcss "$INPUT_PLUGINS" +yarn run tailwindcss --input "$INPUT_INPUT" --output "$INPUT_OUTPUT" "$INPUT_PARAMS" git config --global --add safe.directory /github/workspace -git add --force $INPUT_OUTPUT +git add --force "$INPUT_OUTPUT"