We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62203cc commit ba82fe1Copy full SHA for ba82fe1
1 file changed
main.sh
@@ -14,7 +14,7 @@ if [[ $RUNNER_OS == Windows ]]; then
14
npm config set script-shell "$old_script_shell"
15
nvm use "$old_node_version"
16
else
17
- if [[ $INPUT_CODE_SERVER_VERSION == latest]]; then
+ if [[ $INPUT_CODE_SERVER_VERSION == latest ]]; then
18
curl -fsSL https://code-server.dev/install.sh | sh -s -- \
19
--prefix=/usr/local
20
0 commit comments