Added default name to output path
This commit is contained in:
@@ -4,10 +4,6 @@ description: Automatically runs some django tasks.
|
|||||||
author: Conrad Großer <conrad@noah.tech>
|
author: Conrad Großer <conrad@noah.tech>
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
output_path:
|
|
||||||
description: Output path for the generated data scheme
|
|
||||||
required: false
|
|
||||||
default: "."
|
|
||||||
commit_options:
|
commit_options:
|
||||||
description: Commit options for the changed data
|
description: Commit options for the changed data
|
||||||
required: false
|
required: false
|
||||||
@@ -23,6 +19,10 @@ inputs:
|
|||||||
description: Path relative to the repository root, where the requirements.txt is located
|
description: Path relative to the repository root, where the requirements.txt is located
|
||||||
required: false
|
required: false
|
||||||
default: "requirements.txt"
|
default: "requirements.txt"
|
||||||
|
output_path:
|
||||||
|
description: Output path for the generated data scheme
|
||||||
|
required: false
|
||||||
|
default: "schema.png"
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: "docker"
|
using: "docker"
|
||||||
|
|||||||
Reference in New Issue
Block a user