Skip to content

Liquibase DDL application #43

Liquibase DDL application

Liquibase DDL application #43

Workflow file for this run

name: Liquibase DDL application
on:
workflow_dispatch:
inputs:
ENVIRONMENT_NAME:
required: true
type: choice
options:
- dev
- qa
- int
- dlvr
- test
- prod
NAMESPACE:
required: true
type: choice
options:
- a12541-dev
- a12541-test
- a12541-prod
TAG:
required: false
type: string
default: latest
jobs:
ddl_deploy:
uses: ./.github/workflows/openshift-deploy.yml

Check failure on line 30 in .github/workflows/liquibase-ddl.yml

View workflow run for this annotation

GitHub Actions / Liquibase DDL application

Invalid workflow file

The workflow is not valid. .github/workflows/liquibase-ddl.yml (Line: 30, Col: 11): Input ENVIRONMENT_NAME is required, but not provided while calling. .github/workflows/liquibase-ddl.yml (Line: 33, Col: 20): Invalid input, ENVIRONMENT is not defined in the referenced workflow.
with:
MICROSERVICE_NAME: cirras-underwriting-liquibase
ENVIRONMENT: ${{ inputs.ENVIRONMENT_NAME }}
NAMESPACE: ${{ inputs.NAMESPACE }}
TAG: ${{ inputs.TAG }}