From 869ffe0826f3d25eae7fd1034f6f1193094b6944 Mon Sep 17 00:00:00 2001 From: Rishav Dhar <19497993+rdhar@users.noreply.github.com> Date: Thu, 5 Dec 2024 18:32:07 +0000 Subject: [PATCH] remove braces Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com> --- .github/workflows/tf_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tf_tests.yaml b/.github/workflows/tf_tests.yaml index 64e9897e..071b9748 100644 --- a/.github/workflows/tf_tests.yaml +++ b/.github/workflows/tf_tests.yaml @@ -80,7 +80,7 @@ jobs:
TFLint error. \`\`\`hcl - ${echo "${{ steps.tflint.outputs.stdout }}" | sed 's/`/\\`/g'} + echo "${{ steps.tflint.outputs.stdout }}" | sed 's/`/\\`/g' \`\`\`
"