tailscale / gitops-acl-action

GitOps for your Tailscale ACLs
81 stars 24 forks source link

File extension is incorrect #13

Closed masonhuemmer closed 1 year ago

masonhuemmer commented 1 year ago

I am wondering why the enxtension is .hujson instead of .json. https://github.com/tailscale/gitops-acl-action/blob/f276492f391dbac231b24c9e01a64a441264b3d6/action.yml#L13

DentonGentry commented 1 year ago

It isn't exactly JSON, it allows C-style comments and trailing commas in lists. https://github.com/tailscale/hujson/

masonhuemmer commented 1 year ago

Looks like the extension is "Json for Humans". Closing ticket now.