tailscale / gitops-acl-action

GitOps for your Tailscale ACLs
81 stars 24 forks source link

action.yml use go run to avoid PATH issues #38

Closed willnorris closed 5 months ago

willnorris commented 5 months ago

Self-hosted runners sometimes can't write the built binary to /usr/local/bin, so just use go run instead.

Updates #28