mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-03 06:05:04 +09:00
docs: add note about case sensivity to CloudFormation template (#696)
* docs: add note about case sensivity to CloudFormation template * Move case-sensivity notes to CloudFormation template
This commit is contained in:
@@ -197,8 +197,10 @@ This CloudFormation template will configure the IdP for you.
|
|||||||
```yaml
|
```yaml
|
||||||
Parameters:
|
Parameters:
|
||||||
GitHubOrg:
|
GitHubOrg:
|
||||||
|
Description: Name of GitHub organization/user (case sensitive)
|
||||||
Type: String
|
Type: String
|
||||||
RepositoryName:
|
RepositoryName:
|
||||||
|
Description: Name of GitHub repository (case sensitive)
|
||||||
Type: String
|
Type: String
|
||||||
OIDCProviderArn:
|
OIDCProviderArn:
|
||||||
Description: Arn for the GitHub OIDC Provider.
|
Description: Arn for the GitHub OIDC Provider.
|
||||||
|
|||||||
Reference in New Issue
Block a user