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 f1f6e12 commit 0e3c6b3Copy full SHA for 0e3c6b3
docker-entrypoint.sh
@@ -14,7 +14,7 @@ if [ -z "$INPUT_REMOTE_DOCKER_HOST" ]; then
14
fi
15
16
# Ignore SSH keys when using Tailscale SSH
17
-if "$TAILSCALE_SSH"
+if "$INPUT_TAILSCALE_SSH"
18
then
19
echo "Tailscale SSH mode enabled, Manual SSH keys not required"
20
else
0 commit comments