gitExternalRepoInfo
Retrieve information about external Git repositories by providing the repository URL, with optional authentication for secure access.
Instructions
Retrieves information about an external Git repository.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repourl | Yes | The URL of the repository. | |
| user | No | The username. | |
| password | No | The password. |