From 381f8e67b2edc460b3e1d153d36865b3badd9854 Mon Sep 17 00:00:00 2001 From: Conrad Date: Tue, 6 Oct 2020 14:53:52 +0200 Subject: [PATCH] Added project path parameter --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) 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"