Skip to content

Github actions update #2

Github actions update

Github actions update #2

Workflow file for this run

name: DEV Deploy - Manual Trigger
on:
workflow_dispatch:
jobs:
build-underwriting-api:
uses: ./.github/workflows/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: workflow file should have either a '.yml' or '.yaml' file extension
secrets: inherit
with:
ENVIRONMENT: DEV
MICROSERVICE_NAME: cirras-underwriting-api
build-underwriting-listener-api:
uses: ./.github/workflows/build-package
secrets: inherit
with:
ENVIRONMENT: DEV
MICROSERVICE_NAME: cirras-underwriting-listener-api
build-underwriting-war:
uses: ./.github/workflows/build-package
secrets: inherit
with:
ENVIRONMENT: DEV
MICROSERVICE_NAME: cirras-underwriting-war