Skip to content

Commit 688f274

Browse files
committed
Break some lines
1 parent 886b315 commit 688f274

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

api/powershell/invite_members_to_org.ps1

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@
55
Invites GitHub Enterprise members to an organization
66
77
.DESCRIPTION
8-
This script runs a batch organization invitation process for a given list of GitHub enterprise consumed licenses.
8+
This script runs a batch organization invitation process for a given list of GitHub enterprise
9+
consumed licenses.
910
10-
The input is a CSV file with a column named "Handle or email", such as can be exported from the Enterprise settings > Enterprise licensing page. Users with appropriate permissions can export the CSV file, edit it in their favorite spreadsheet to select emails to invite, then use this script to invite them to an org.
11+
The input is a CSV file with a column named "Handle or email", such as can be exported from the
12+
Enterprise settings > Enterprise licensing page. Users with appropriate permissions can export
13+
the CSV file, edit it in their favorite spreadsheet to select emails to invite, then use this
14+
script to invite them to an org.
1115
1216
.PARAMETER LicensesFile
1317
The path of the consumed licenses CSV.

0 commit comments

Comments
 (0)