From f2c719f3fa8e1200fcd73df9df7aab3ece7232ad Mon Sep 17 00:00:00 2001 From: Conrad Date: Tue, 6 Oct 2020 14:26:28 +0200 Subject: [PATCH] Added default name to output path --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 9d70cc7..f674453 100644 --- a/action.yml +++ b/action.yml @@ -4,10 +4,6 @@ description: Automatically runs some django tasks. author: Conrad Großer inputs: - output_path: - description: Output path for the generated data scheme - required: false - default: "." commit_options: description: Commit options for the changed data required: false @@ -23,6 +19,10 @@ inputs: description: Path relative to the repository root, where the requirements.txt is located required: false default: "requirements.txt" + output_path: + description: Output path for the generated data scheme + required: false + default: "schema.png" runs: using: "docker"