Skip to content

Commit

Permalink
Fix github workflow
Browse files Browse the repository at this point in the history
A previous change to the convert-tool command line argument
broke the github workflow. This change fixes the tool usage
in the github workflow file

Bug: N/A
Test: N/A
Change-Id: Iaf12582e92dbc41c0489a4477bf886df5996d7f2
  • Loading branch information
ducrohet committed Jan 2, 2024
1 parent d677682 commit 440d113
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 @@ -44,7 +44,7 @@ jobs:
mkdir $BRANCH_DIR
cp -r .git "$BRANCH_DIR/.git"
java -jar convert-tool/app/build/libs/recipes-converter-all.jar \
--action convert --sourceAll recipes \
convert --sourceAll recipes \
--destination "$BRANCH_DIR" \
--agpVersion "$AGP" --gradleVersion "$GRADLE" --overwrite
echo "Converted recipes"
Expand Down

0 comments on commit 440d113

Please sign in to comment.