Skip to content

cd-international401 #18

cd-international401

cd-international401 #18

name: cd-international401
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: ./international401
bal_central_environment: ${{ inputs.bal_central_environment }}