tailscale / tailscale/github-action
Unable to install tailscale download fails from GH
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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