Skip to content

Commit 78403c4

Browse files
authored
Merge pull request #152 from github/adjn-patch-1
Update README to specify owner/repo format
2 parents b13e101 + 9296a4c commit 78403c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ From a machine with access to both GitHub.com and GitHub Enterprise Server use t
2525
**Optional Arguments:**
2626
* `--cache-dir` - A temporary directory in which to store data downloaded from GitHub.com before it is uploaded to GitHub Enterprise Server. If not specified a directory next to the sync tool will be used.
2727
* `--source-token` - A token to access the API of GitHub.com. This is normally not required, but can be provided if you have issues with API rate limiting. The token does not need to have any scopes.
28-
* `--destination-repository` - The name of the repository in which to create or update the CodeQL Action. If not specified `github/codeql-action` will be used.
28+
* `--destination-repository` - The `owner/repo` of the repository in which to create or update the CodeQL Action. If not specified `github/codeql-action` will be used.
2929
* `--actions-admin-user` - The name of the Actions admin user, which will be used if you are updating the bundled CodeQL Action. If not specified `actions-admin` will be used.
3030
* `--force` - By default the tool will not overwrite existing repositories. Providing this flag will allow it to.
3131
* `--push-ssh` - Push Git contents over SSH rather than HTTPS. To use this option you must have SSH access to your GitHub Enterprise instance configured.

0 commit comments

Comments
 (0)