diff --git a/action.yml b/action.yml index c57ca94..5b45700 100644 --- a/action.yml +++ b/action.yml @@ -26,8 +26,8 @@ inputs: search_strategy: description: > The Cofactr search strategy. Can be: default, mpn_sku_mfr, mpn_exact, mpn_exact_mfr. Defaults - to 'default'. - default: default + to 'mpn_sku_mfr'. + default: mpn_sku_mfr output_file: description: > The path to the output file. Defaults to stdout, i.e. printing to the diff --git a/entrypoint.py b/entrypoint.py index ef6cc00..242698e 100755 --- a/entrypoint.py +++ b/entrypoint.py @@ -131,7 +131,7 @@ if __name__ == "__main__": "--search-strategy", help="The Cofactr search strategy. Can be: default, mpn_sku_mfr, mpn_exact, mpn_exact_mfr. " + "Defaults to '%(default)s'.", - default="default", + default="mpn_sku_mfr", ) parser.add_argument( "--output-file",