We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a253921 commit 7212939Copy full SHA for 7212939
src/functions/public/Auth/Connect-GitHubApp.ps1
@@ -38,7 +38,7 @@
38
Gets all app installations and connects to them in parallel with a maximum of 4 concurrent connections.
39
40
.EXAMPLE
41
- Connect-GitHubApp -User '*', -Organization 'psmodule', 'github' -ThrottleLimit 8
+ Connect-GitHubApp -User '*' -Organization 'psmodule', 'github' -ThrottleLimit 8
42
43
Connects to all users and the specified organizations in parallel with a maximum of 8 concurrent connections.
44
0 commit comments