File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,22 +42,22 @@ github_tempest_test_suites: |
4242github_kayobe_limit_input : |
4343 kayobe_limit:
4444 description: |
45- The ansible limit to use when running kayobe playbooks.
45+ -- limit
4646
4747github_kayobe_tags_input : |
4848 kayobe_tags:
4949 description: |
50- The ansible tags to use when running kayobe playbooks.
50+ -- tags
5151
5252github_kolla_limit_input : |
5353 kolla_limit:
5454 description: |
55- The ansible limit to use for kolla-ansible playbooks.
55+ -- kolla-limit
5656
5757github_kolla_tags_input : |
5858 kolla_tags:
5959 description: |
60- The ansible tags to use when running kolla-ansible playbooks.
60+ -- kolla-tags
6161
6262github_kayobe_environment_input : |
6363 {%- if github_environment_selector == 'input' -%}
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ github_kayobe_dispatch_inputs:
2929 - " {{ github_kayobe_tags_input }}"
3030
3131github_kolla_dispatch_inputs :
32- - " {{ github_kolla_tags_input }}"
3332 - " {{ github_kolla_limit_input }}"
33+ - " {{ github_kolla_tags_input }}"
3434
3535github_kayobe_task_arguments :
3636 - KAYOBE_TAGS
You can’t perform that action at this time.
0 commit comments