tailscale / github-action

A GitHub Action to connect your workflow to your Tailscale network.
BSD 3-Clause "New" or "Revised" License
519 stars 78 forks source link

Feature: Use Github Cache #87

Open zonorti opened 10 months ago

zonorti commented 10 months ago

Great action, but sometimes it fails to download from pkgs.tailscale.com. And as we are using it in the matrix builds - it's a download every time.

To save users some time and tailscale some bandwidth it would make sense to use cached tailscaled if available.

Relevant documentation

I am planning to spend some time working on it myself, but any input is appreciated