1
0
mirror of synced 2026-01-05 21:02:13 -05:00

make publish_option required in publish connectors workflow (#27879)

This commit is contained in:
Sherif A. Nada
2023-06-30 13:06:02 -07:00
committed by GitHub
parent f27b8ba602
commit c33ea9926c

View File

@@ -9,11 +9,12 @@ on:
workflow_dispatch:
inputs:
connectors-options:
description: "Options to pass to the 'airbyte-ci connectors' command group"
description: "Options to pass to the 'airbyte-ci connectors' command group."
default: "--name=source-pokeapi"
publish-options:
description: "Options to pass to the 'airbyte-ci connectors publish' command"
description: "Options to pass to the 'airbyte-ci connectors publish' command. Use --pre-release or --main-release depending on whether you want to publish a dev image or not. "
default: "--pre-release"
required: true
jobs:
publish_connectors:
name: Publish connectors