From 5905301a58fb3f7cc935ecd18d822a2790913d25 Mon Sep 17 00:00:00 2001 From: Erdem Yerebasmaz Date: Tue, 4 Jun 2024 15:39:09 +0300 Subject: [PATCH] Provide inputs to events that trigger workflows --- .github/workflows/CI.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index caac07e2..16db23ac 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -17,6 +17,19 @@ on: required: false type: string default: 'flutter_rust_bridge_v2' + workflow_call: + inputs: + liquid_sdk_ref: + description: 'Liquid SDK commit/tag/branch reference' + required: false + type: string + default: 'main' + breez_sdk_ref: + description: 'Breez SDK commit/tag/branch reference' + required: false + type: string + default: 'flutter_rust_bridge_v2' + jobs: build: runs-on: macOS-latest