You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adjust action parameters based on original tailscale/github-action
`oauth-client-secret` is renamed to `oauth-secret` to match the original action.
Not all of the descriptions matched exactly, but this attempts to take the best from both versions.
Default Tailscale version is updated to 1.88.3.
Updates tailscale/corp#32814
Signed-off-by: Percy Wegmann <percy@tailscale.com>
description: 'Comma separated list of tags to be applied to nodes (OAuth client must have permission to apply these tags).'
19
+
description: 'Comma separated list of Tags to be applied to nodes. The OAuth client must have permission to apply these tags.'
20
20
required: false
21
21
version:
22
-
description: 'Tailscale version to use. Specify `latest` for the latest stable version.'
22
+
description: 'Tailscale version to use. Specify `latest` to use the latest stable version, and `unstable` to use the latest development version.'
23
23
required: true
24
+
default: '1.88.3'
24
25
args:
25
26
description: 'Optional additional arguments to `tailscale up`.'
26
27
required: false
@@ -30,15 +31,15 @@ inputs:
30
31
required: false
31
32
default: ''
32
33
hostname:
33
-
description: 'Fixed hostname to use.'
34
+
description: 'Fixed hostname to use. Must be a valid DNS label (alphanumeric and dashes only, 1-63 characters, cannot start or end with a dash). If not provided, a hostname will be generated based on the runner name.'
34
35
required: false
35
36
default: ''
36
37
timeout:
37
38
description: 'Timeout for `tailscale up`.'
38
39
required: false
39
40
default: '2m'
40
41
retry:
41
-
description: 'Number of retry attempts for Tailscale connection.'
42
+
description: 'Number of retries for `tailscale up`.'
42
43
required: false
43
44
default: '5'
44
45
use-cache:
@@ -50,7 +51,7 @@ inputs:
50
51
required: false
51
52
default: ''
52
53
sha256sum:
53
-
description: 'Expected SHA256 checksum of the Tailscale package. If not provided, it will be fetched automatically.'
54
+
description: 'Expected SHA256 checksum of the tarball.'
0 commit comments