make publish_option required in publish connectors workflow (#27879)
This commit is contained in:
5
.github/workflows/publish_connectors.yml
vendored
5
.github/workflows/publish_connectors.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user