From 65738bc6ab72a8ab5d457782a9a97fa4529fe4b0 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Wed, 2 Oct 2024 12:53:25 -0700 Subject: [PATCH] continuing to try and fix this --- .github/workflows/code-standards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-standards.yml b/.github/workflows/code-standards.yml index fd7a6e4..c508665 100644 --- a/.github/workflows/code-standards.yml +++ b/.github/workflows/code-standards.yml @@ -72,7 +72,7 @@ jobs: export EXCLUDE_PATTERNS=$(echo $'${{ inputs.exclude-patterns }}'|tr -d '\n\t\r ') # use config path only if EXCLUDE_PATTERN is empty - CMD_PATH=$([ "$EXCLUDE_PATTERNS" = "" ] && echo "$CONFIG_PATH") + CMD_PATH=$([ "$EXCLUDE_PATTERNS" = "" ] && echo "$CONFIG_PATH" || echo "") CONFIG_OR_RULES=$([ ! -z "$CONFIG" ] && echo "--config=$CONFIG" || echo --rules=$RULES) # set -x