Skip to content

cd-utils-ccdatofhir #17

cd-utils-ccdatofhir

cd-utils-ccdatofhir #17

name: cd-utils-ccdatofhir
on:
workflow_dispatch:
inputs:
bal_central_environment:
description: Ballerina Central Environment
type: choice
options:
- STAGE
- DEV
- PROD
required: true
jobs:
build:
uses: ./.github/workflows/build-executor.yml
secrets: inherit
with:
working_dir: ./utils/ccdatofhir
bal_central_environment: ${{ inputs.bal_central_environment }}