From 440d1133e64cf2a833227bd860e476e3773115ab Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Tue, 2 Jan 2024 11:28:51 -0800 Subject: [PATCH] Fix github workflow 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 --- .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 57d8c3ba..1dcb7472 100644 --- a/.github/workflows/convert-recipes.yml +++ b/.github/workflows/convert-recipes.yml @@ -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"