From 9a2f152718d2ed507badd783f13b71bf7e6642c9 Mon Sep 17 00:00:00 2001 From: Annie Hedgpeth Date: Mon, 6 Nov 2023 09:08:24 -0700 Subject: [PATCH] fix help formatting --- .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 7735d83f..d006b6da 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-mounted-disk - > | * standalone-external-rhel8-worker - > | - > | ### Replicated - > | * private-active-active-replicated - > | * private-tcp-active-active-replicated - > | * public-active-active-replicated - > | * standalone-mounted-disk-replicated - > | * standalone-external-rhel8-worker-replicated + > + > ## Test Case Names + > + > ### FDO + > * private-active-active + > * private-tcp-active-active + > * public-active-active + > * standalone-mounted-disk + > * standalone-external-rhel8-worker + > + > ### Replicated + > * private-active-active-replicated + > * private-tcp-active-active-replicated + > * public-active-active-replicated + > * standalone-mounted-disk-replicated + > * standalone-external-rhel8-worker-replicated reactions: confused