Fix
Tailscale GitHub Action fix for headless Windows runners
Fixed the Tailscale GitHub Action to work on headless Windows runners by adding the required --unattended argument, enabling unattended mode for systems without a graphical desktop environment.
- Fixed: The Tailscale GitHub Action works on headless Windows-based runners for systems that do not have a graphical desktop environment. Previously, running
tailscale upwould fail on systems such as Windows 11 Arm64 due to the missing--unattendedargument required to enable unattended mode.
github-actionswindowsfixci-cd
Source: original entry ↗