Tags: dless032-crypto/github-action
Tags
miscellaneous cleanup items from upgrading to TypeScript action Updates tailscale/corp#32821 Signed-off-by: Percy Wegmann <percy@tailscale.com>
Merge pull request tailscale#195 from tailscale/max/test-target-conne… …ctivity-check Added argument to test targets connectivity
Merge pull request tailscale#195 from tailscale/max/test-target-conne… …ctivity-check Added argument to test targets connectivity
Merge pull request tailscale#196 from tailscale/max/sanitize-hostnames action: auto-sanitize default or error on invalid user-defined hostname
Merge pull request tailscale#181 from tailscale/mpminardi/windows-una… …ttended-mode {.github/workflows,action.yml}: run windows in unattended mode
Merge pull request tailscale#178 from tailscale/max/add-retry action: add retry on tailscale up to make the action more reliable
action.yml: properly remove temporary files after downloading Remove `.tgz` and `.msi` files after they have been downloaded. This was the behaviour of the action previous to `v3.2.0`, but our logic for caching removed the deletion of these files. Can look at downloading these to temp folders to avoid the more complex logic here as a follow up, but this should unblock / fix the immediate regression. Also, on Windows, write `tailscale.log` to the temp dir. Also, on MacOS, delete the `tailscale` directory that was used to build the `tailscale(d)` commands. Updates: tailscale#170 Co-authored-by: Mario Minardi <mario@tailscale.com> Signed-off-by: Percy Wegmann <percy@tailscale.com>
Merge pull request tailscale#169 from tailscale/mpminardi/document-us… …e-cache README.md: document the `use-cache` input
Merge pull request tailscale#161 from tailscale/mpminardi/mac-support {action.yml,.github}: add support for macOS
PreviousNext