Skip to content

Commit

Permalink
changed workflow to not use test-agp-XXX for branch name
Browse files Browse the repository at this point in the history
instead, use agp-XXX to be consistent with older branches.

Test: No
Bug: N/A
Change-Id: I5ff1b670736d77336687395178d5aecb95357646
  • Loading branch information
jdochez committed Sep 11, 2023
1 parent 7628dab commit a454937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/convert-recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a454937

Please sign in to comment.