-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
full path required for extension install #1670
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1670 +/- ##
==========================================
+ Coverage 61.22% 62.85% +1.63%
==========================================
Files 46 48 +2
Lines 7141 7479 +338
==========================================
+ Hits 4372 4701 +329
+ Misses 2462 2459 -3
- Partials 307 319 +12
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Why is this change necessary? According to docs and local testing, the current instructions are valid: |
I would guess, that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did some research it's true that we should use the full url.
If the owner and repository are used, gh will install the extension using the hostname to which gh is currently authenticated. The full URL format is useful when installing extensions from a different host. For example, users on GitHub Enterprise Server should use the full repository URL to install extensions from GitHub.com or any other host
Hostname doesn't have to be github.com,
src:
https://docs.github.com/en/[email protected]/github-cli/github-cli/using-github-cli-extensions#installing-extensions
@Mearman this pull request has failed checks 🛠 |
@Mergifyio refresh |
✅ Pull request refreshed |
No description provided.