ci: correctly set branchName for the CDK (#63718)

This was incorrect which is causing the Github Action to fail

PR Close #63718
This commit is contained in:
Alan Agius 2025-09-11 06:31:48 +00:00 committed by Jessica Janiuk
parent 32ff9eb566
commit c36cd73b78

View file

@ -1,4 +1,4 @@
{
"branchName": "refs/heads/main",
"branchName": "refs/heads/20.2.x",
"sha": "f3409b1e27cf9bbac7a76aa6c579e44c0c281b08"
}
}