From f6d42f63c06065768f4e1195234ee2fa415fc1ac Mon Sep 17 00:00:00 2001 From: Conrad Date: Tue, 6 Oct 2020 16:52:50 +0200 Subject: [PATCH] Updated documentation --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9d31ef3..98f92c8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ A GitHub action for drawing a Django data model automatically. | Parameter | Required | Default | Description | | -------------- | :------: | :---------------: | ---------------------------------------- | -| commit_options | :x: | - | Custom git commit options | | commit_message | :x: | Added data schema | Custom git commit message | | output_path | :x: | . | Output path for generated files | | pip_path | :x: | requirements.txt | Requirements path for the Django project |