From a4549374ee73aab2f11cea88183804d0a983fd0e Mon Sep 17 00:00:00 2001 From: Jerome Dochez Date: Mon, 11 Sep 2023 16:02:53 -0700 Subject: [PATCH] changed workflow to not use test-agp-XXX for branch name instead, use agp-XXX to be consistent with older branches. Test: No Bug: N/A Change-Id: I5ff1b670736d77336687395178d5aecb95357646 --- .github/workflows/convert-recipes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/convert-recipes.yml b/.github/workflows/convert-recipes.yml index 48224544..57d8c3ba 100644 --- a/.github/workflows/convert-recipes.yml +++ b/.github/workflows/convert-recipes.yml @@ -37,7 +37,7 @@ jobs: AGP=${versions[0]} GRADLE=${versions[1]} echo "Converting for AGP $AGP with Gradle $GRADLE" - BRANCH="test-agp-" + BRANCH="agp-" BRANCH+=${AGP:0:3} BRANCH_DIR="../$BRANCH" echo "Working on branch $BRANCH in $BRANCH_DIR"