This repository has been archived on 2026-05-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
django_action/action.yml

31 lines
730 B
YAML

name: Django Action
description: Automatically runs some django tasks.
author: Conrad Großer <conrad@noah.tech>
inputs:
commit_message:
description: Commit message of the changed data
required: false
default: "Added data schema"
pip_path:
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"
project_path:
description: Path to the folder where manage.py is located
required: false
default: "./"
runs:
using: "docker"
image: "Dockerfile"
branding:
icon: "book"
color: "green"