From c36cd73b788908a342fa192540a0e9cbdfabe53d Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Thu, 11 Sep 2025 06:31:48 +0000 Subject: [PATCH] ci: correctly set branchName for the CDK (#63718) This was incorrect which is causing the Github Action to fail PR Close #63718 --- adev/src/content/cdk/_build-info.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adev/src/content/cdk/_build-info.json b/adev/src/content/cdk/_build-info.json index beda41242b8..bb0e572e9a0 100644 --- a/adev/src/content/cdk/_build-info.json +++ b/adev/src/content/cdk/_build-info.json @@ -1,4 +1,4 @@ { - "branchName": "refs/heads/main", + "branchName": "refs/heads/20.2.x", "sha": "f3409b1e27cf9bbac7a76aa6c579e44c0c281b08" -} \ No newline at end of file +}