Skip to content

Commit

Permalink
Provide inputs to events that trigger workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemyerebasmaz committed Jun 4, 2024
1 parent 5049caa commit 5905301
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5905301

Please sign in to comment.