From b1048d2ca786fa646a27da52d3cfda7b5c657511 Mon Sep 17 00:00:00 2001 From: Ed Frey Date: Thu, 18 Feb 2021 00:43:16 -0500 Subject: [PATCH] fix: fix documentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0ce449d..03ca793 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ Example usage ``` Example 2: -** Specify a title for the status report (required if more then one per run) -** Specify multiple arguments to the plan as a quoted json array +* Specify a title for the status report (required if more then one per run) +* Specify multiple arguments to the plan as a quoted json array ``` - uses: HylandSoftware/terraform-plan-action@v1.1.1 with: @@ -24,4 +24,4 @@ Example 2: token: ${{ secrets.GITHUB_TOKEN }} working-directory: ${{ env.TERRAFORM_WORKING_DIRECTORY }} report-title: Multiple Argument Run -``` \ No newline at end of file +```