We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af9e08 commit e5e43c5Copy full SHA for e5e43c5
run.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
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
+yarn add --no-lockfile -D tailwindcss "$INPUT_PLUGINS"
+yarn run tailwindcss --input "$INPUT_INPUT" --output "$INPUT_OUTPUT" "$INPUT_PARAMS"
6
git config --global --add safe.directory /github/workspace
7
-git add --force $INPUT_OUTPUT
+git add --force "$INPUT_OUTPUT"
0 commit comments