diff --git a/action.yml b/action.yml index f674453..7c7176e 100644 --- a/action.yml +++ b/action.yml @@ -23,6 +23,10 @@ inputs: description: Output path for the generated data scheme required: false default: "schema.png" + project_path: + description: Path to the folder where manage.py is located + required: false + default: "./" runs: using: "docker"