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 308dcac commit 09db51bCopy full SHA for 09db51b
run.sh
@@ -4,4 +4,4 @@ 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
6
git config --global --add safe.directory /github/workspace
7
-git add $INPUT_OUTPUT
+git add --force $INPUT_OUTPUT
0 commit comments