mirror of
https://github.com/tailscale/github-action.git
synced 2026-08-21 01:39:22 +00:00
don't set default to latest
Signed-off-by: Lee Briggs <lee@leebriggs.co.uk>
This commit is contained in:
parent
7af1b1f12d
commit
408d716839
1 changed files with 2 additions and 2 deletions
|
|
@ -21,9 +21,9 @@ inputs:
|
|||
description: 'Comma separated list of Tags to be applied to nodes. The OAuth client must have permission to apply these tags.'
|
||||
required: false
|
||||
version:
|
||||
description: 'Tailscale version to use.'
|
||||
description: 'Tailscale version to use. Specify `latest` to use the latest stable version.'
|
||||
required: true
|
||||
default: 'latest'
|
||||
default: '1.66.3'
|
||||
sha256sum:
|
||||
description: 'Expected SHA256 checksum of the tarball.'
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue