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 b4f6da9 commit f7edf3bCopy full SHA for f7edf3b
.github/workflows/reusable-tailscale-ssh.yml
@@ -56,5 +56,5 @@ jobs:
56
done
57
podman exec remote tailscale funnel --bg 3000
58
IP=`podman exec remote tailscale ip -4`
59
- echo "Open in your web browser: https://${IP}:3000"
+ echo "Open in your web browser: http://${IP}:3000"
60
sleep infinity
0 commit comments