Skip to content

Update directory names #1

Update directory names

Update directory names #1

Workflow file for this run

name: DEV Deploy - Manual Trigger
on:
workflow_dispatch:
jobs:
build-underwriting-api:
uses: ./.github/actions/build-package

Check failure on line 8 in .github/workflows/build-dev.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-dev.yml

Invalid workflow file

invalid value workflow reference: no version specified
secrets: inherit
with:
ENVIRONMENT: DEV
MICROSERVICE_NAME: cirras-underwriting-api
build-underwriting-listener-api:
uses: ./.github/actions/build-package
secrets: inherit
with:
ENVIRONMENT: DEV
MICROSERVICE_NAME: cirras-underwriting-listener-api
build-underwriting-war:
uses: ./.github/actions/build-package
secrets: inherit
with:
ENVIRONMENT: DEV
MICROSERVICE_NAME: cirras-underwriting-war