mirror of
https://github.com/tailscale/github-action.git
synced 2026-08-20 22:09:22 +00:00
Merge pull request #9 from tailscale/v1.14
Update to 1.14.0, and slow down loop.
This commit is contained in:
commit
ab168944ea
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ inputs:
|
|||
version:
|
||||
description: 'Tailscale version to use.'
|
||||
required: true
|
||||
default: '1.12.3'
|
||||
default: '1.14.0'
|
||||
runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
|
|
@ -40,5 +40,5 @@ runs:
|
|||
HOSTNAME="github-$(cat /etc/hostname)"
|
||||
until sudo tailscale up --authkey ${TAILSCALE_AUTHKEY} --hostname=${HOSTNAME} --accept-routes
|
||||
do
|
||||
sleep 0.25
|
||||
sleep 0.5
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue