Skip to content

Commit

Permalink
hopefully fix everything
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Oct 2, 2024
1 parent 56a67dc commit 9ee27d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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")
CONFIG_OR_RULES=$([ ! -z "$CONFIG" ] && echo "--config=$CONFIG" || echo --rules=$RULES)
# set -x
Expand All @@ -81,7 +81,7 @@ jobs:
# $CMD_PATH \
# $CONFIG_OR_RULES \
# --dry-run --diff
- name: Print Debugging Info
- name: ⚠️⚠️ Debug Info ⚠️⚠️
if: failure()
run: |
echo "Run this script locally by executing the following command" \
Expand Down

0 comments on commit 9ee27d6

Please sign in to comment.