From 0e613a0980cbf65ed5b322eb7a1e075d28913a83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20=C5=9Arodo=C5=84?= Date: Mon, 20 Mar 2023 23:24:34 +0100 Subject: [PATCH] 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 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8271df0..debe3ec 100644 --- a/README.md +++ b/README.md @@ -197,8 +197,10 @@ This CloudFormation template will configure the IdP for you. ```yaml Parameters: GitHubOrg: + Description: Name of GitHub organization/user (case sensitive) Type: String RepositoryName: + Description: Name of GitHub repository (case sensitive) Type: String OIDCProviderArn: Description: Arn for the GitHub OIDC Provider.