diff --git a/.github/workflows/_build_etl.yml b/.github/workflows/_build_etl.yml index 82202fab..01a0d95b 100644 --- a/.github/workflows/_build_etl.yml +++ b/.github/workflows/_build_etl.yml @@ -33,6 +33,9 @@ on: gh_token: required: true description: Default github token (secrets.GITHUB_TOKEN) + DEBEZIUM_VERSION: + required: true + description: Debezium Version (secrets.DEBEZIUM_VERSION) outputs: build: description: True = build has changed