diff --git a/.github/workflows/tailscale.yml b/.github/workflows/tailscale.yml index 40fd822..5f85d70 100644 --- a/.github/workflows/tailscale.yml +++ b/.github/workflows/tailscale.yml @@ -26,7 +26,7 @@ jobs: oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} tags: tag:ci - - name: check for hello.ts.net in netmap + - name: check for tailscale connection shell: bash run: - tailscale status | grep -q hello + tailscale status -json | jq -r .BackendState | grep -q Running