From d444f5ccc4a49569a9354eacd2f17926ac08b438 Mon Sep 17 00:00:00 2001 From: Annie Hedgpeth <18335499+anniehedgpeth@users.noreply.github.com> Date: Mon, 6 Nov 2023 11:20:50 -0700 Subject: [PATCH] fix help format (#239) --- .github/workflows/handler-help.yml | 32 +++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/handler-help.yml b/.github/workflows/handler-help.yml index bd67e8c8..a74aef20 100644 --- a/.github/workflows/handler-help.yml +++ b/.github/workflows/handler-help.yml @@ -24,20 +24,20 @@ jobs: > | /test [destroy=false] | Run the Terraform test workflow on the modules in the tests/ directory. Unnamed arguments can be "all" to run all test cases or specific test case names to only run selected cases. The named argument "destroy=false" will disable the destruction of test infrastructure for debugging purposes. | > | /destroy | Destroy any resources that may still be in Terraform state from previous tests. Unnamed arguments can be "all" to destroy all resources from all test cases or specific test case names to only destroy selected test case resources. | > | /help | Shows this help message | - > | - > | ## Test Case Names - > | - > | ### FDO - > | * private-active-active - > | * private-tcp-active-active - > | * public-active-active - > | * standalone-external - > | * standalone-mounted-disk - - > | ### Replicated - > | * private-active-active-replicated - > | * private-tcp-active-active-replicated - > | * public-active-active-replicated - > | * standalone-external-replicated - > | * standalone-mounted-disk-replicated + > + > ## Test Case Names + > + > ### FDO + > * private-active-active + > * private-tcp-active-active + > * public-active-active + > * standalone-external + > * standalone-mounted-disk + > + > ### Replicated + > * private-active-active-replicated + > * private-tcp-active-active-replicated + > * public-active-active-replicated + > * standalone-external-replicated + > * standalone-mounted-disk-replicated reaction-type: confused