Skip to content

Create django.yml

Create django.yml #1

Workflow file for this run

name: "django workflow"
on:
workflow_dispatch:
push:
branches:
- "main"
paths:
- ".github/workflows/django.yml"
- "django/**"
jobs:
workflow:
uses: chnm/.github/.github/workflows/django--build-publish-deploy.yml@django-workflow

Check failure on line 14 in .github/workflows/django.yml

View workflow run for this annotation

GitHub Actions / django workflow

Invalid workflow file

The workflow is not valid. .github/workflows/django.yml (Line: 14, Col: 11): Input django-context-root is required, but not provided while calling.
secrets: inherit
with:
container-registry: "ghcr.io"
container-image-name: "cicd-testing"
website-devl-fqdn: "test1.rrchnm.org"
website-prod-fqdn: "test1.rrchnm.org"