Unable to install tailscale download fails from GH

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

Nobody has claimed this yet.

Assessment

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

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.

Description

bug

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.

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

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.

More from tailscale/github-action

All issues in tailscale/github-action

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.