tailscale / github-action

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

Split OAuth empty error message to create new absent tags error message #82

Open thisisparker opened 1 year ago

thisisparker commented 1 year ago

Creates a new error condition, evaluated after the check for empty OAuth credentials, that is triggered if neither an authkey not a tags is provided. IIUC, tags is not required if an authkey is provided because that authkey may be generated with tags, but we don't know that at runtime.

Fixes #78.