Added project path parameter

This commit is contained in:
2020-10-06 14:53:52 +02:00
parent a8138a005f
commit 381f8e67b2

View File

@@ -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"