tailscale / tailscale/github-action

Unable to install tailscale download fails from GH

Open
#158 25 comments 12 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
TypeScript
Stars
938
Forks
137
PR merge metrics
No merged PRs in 30d

Description

My config

    - name: Install Tailscale
      uses: tailscale/github-action@v3
      with:
        oauth-client-id: $TS_OAUTH_CLIENT_ID
        oauth-secret: $TS_OAUTH_SECRET
        tags: tag:ci
        version: 1.80.2

Error:
curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)
Error: Process completed with exit code 92.

Tried with different versions no luck.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the workflow configuration using tailscale/github-action@v3 and reproduce the download failure with version 1.80.2, checking the reported curl HTTP/2 error. Compare the behavior across the versions already mentioned and trace the action's download entry point. Done means the action installs Tailscale successfully without exit code 92.

Written by the indexing model from the issue text.

Assessment

Tech stack
github-actions, typescript
Domain
ci-cd, devops
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
28/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.