File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
inputs :
12
12
connectors-options :
13
13
description : " Options to pass to the 'airbyte-ci connectors' command group."
14
- default : " --concurrency=10 --language=python --language=low-code --language=manifest-only"
14
+ default : ' --concurrency=10 --language=python --language=low-code --language=manifest-only --metadata-query=" '' -rc. '' not in data.dockerImageTag" '
15
15
auto-merge :
16
16
description : " Whether to auto-merge the PRs created by the action."
17
17
default : " false"
39
39
sentry_dsn : ${{ secrets.SENTRY_AIRBYTE_CI_DSN }}
40
40
s3_build_cache_access_key_id : ${{ secrets.SELF_RUNNER_AWS_ACCESS_KEY_ID }}
41
41
s3_build_cache_secret_key : ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
42
- subcommand : " connectors ${{ github.event.inputs.connectors-options || '--concurrency=10 --language=python --language=low-code --support-level=community --support-level=certified' }} up-to-date --ignore-connector=source-declarative-manifest --create-prs ${{ github.event.inputs.auto-merge == 'false' && '' || '--auto-merge' }}"
42
+ subcommand : ' connectors ${{ github.event.inputs.connectors-options || '' --concurrency=10 --language=python --language=low-code --support-level=community --support-level=certified --metadata-query=" '' -rc. '' not in data.dockerImageTag" '' }} up-to-date --ignore-connector=source-declarative-manifest --create-prs ${{ github.event.inputs.auto-merge == '' false'' && '''' || '' --auto-merge'' }}'
You can’t perform that action at this time.
0 commit comments