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"