From 19c7d54883bde0a1e568800ba9145daaecf5de1d Mon Sep 17 00:00:00 2001 From: Chris Pates Date: Fri, 13 Jan 2023 14:16:39 +0000 Subject: [PATCH] Update developer.yaml Make parameter for git branch pass through to GitVar stage. --- cicd/cloudformation/developer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd/cloudformation/developer.yaml b/cicd/cloudformation/developer.yaml index d66b1318..72a07987 100644 --- a/cicd/cloudformation/developer.yaml +++ b/cicd/cloudformation/developer.yaml @@ -345,7 +345,7 @@ Resources: - Name: GitRepo Value: "https://github.com/awslabs/ssosync" - Name: GitBranch - Value: "CodePipeline" + Value: !Ref BranchName Artifacts: Name: SSOSync Type: CODEPIPELINE