-
Notifications
You must be signed in to change notification settings - Fork 3
30 lines (28 loc) · 854 Bytes
/
release.yml
File metadata and controls
30 lines (28 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: Publish Release
on:
workflow_dispatch:
inputs:
connector:
type: choice
description: Select Connector
required: true
options:
- api_salesdistrict_srv
- api_salesorganization_srv
- api_sales_order_srv
- api_sd_sa_soldtopartydetn
- salesarea_0001
- api_sd_incoterms_srv
- api_sales_inquiry_srv
- api_sales_quotation_srv
- api_sales_order_simulation_srv
- ce_salesorder_0001
jobs:
call_workflow:
name: Run Release Workflow
if: ${{ github.repository_owner == 'ballerina-platform' }}
uses: ballerina-platform/ballerina-library/.github/workflows/s4hana-release-template.yml@main
secrets: inherit
with:
hana-connector-group: sales
hana-connector-name: ${{ inputs.connector }}