Generates an authorized URL for a GitHub or Gitee code repository.
Action
ACS::CICD::GitCodeRepo
Description
Generates an authorized URL for a GitHub or Gitee code repository that you specify.
Syntax
Action: ACS::CICD::GitCodeRepo
Properties:
platform: String
owner: String
organization: String
repository: String
Attributes
|
Attribute |
Description |
Type |
Required |
Default value |
Limit |
|
platform |
The code hosting platform, such as GitHub or Gitee. |
String |
Yes |
||
|
owner |
The owner of the repository. |
String |
Yes |
||
|
organization |
The organization to which the repository belongs. |
String |
No |
"" |
|
|
repository |
The name of the repository. |
String |
Yes |
Output
|
Output item |
Description |
Type |
|
authorizedUrl |
String |
References
For more information, see ACS::CICD::GitCodeRepo.yml at GitHub.