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 9258dcb commit 203c2feCopy full SHA for 203c2fe
entrypoint.sh
@@ -3,9 +3,9 @@ set -e
3
4
pint_install_command=("composer global require laravel/pint:PINT_VERSION --no-progress --dev")
5
6
-if [[ "${INPUT_PINT_VERSION}" ]]
+if [[ "${INPUT_PINTVERSION}" ]]
7
then
8
- pint_install_command="${pint_install_command/PINT_VERSION/${INPUT_PINT_VERSION}}"
+ pint_install_command="${pint_install_command/PINT_VERSION/${INPUT_PINTVERSION}}"
9
else
10
pint_install_command="${pint_install_command/:PINT_VERSION/}"
11
fi
0 commit comments