SIGN IN SIGN UP

feat: Add optional caching to skip repeated Tailscale downloads and builds

This commit introduces a new `use-cache` input to the Tailscale GitHub Action. When set to `true`, the action will attempt to restore/install Tailscale binaries from a GitHub Actions cache, rather than always downloading or rebuilding them. If the cache is a hit, the download/build steps are
skipped, reducing network flakes and speeding up workflows. The default `false` preserves the
original behavior, ensuring full backward compatibility.
T
twelsh-aw committed
4c25f5bef4497a14496f607cfe729e086d1a62c7
Parent: d954cb8
Committed by jang whoemoon <palindrom615@gmail.com> on 4/5/2025, 1:16:16 AM