Skip to content

Commit 16d8cdf

Browse files
committed
fix cs-fixer
1 parent c9ef4db commit 16d8cdf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code-standards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
- name: Run PHP CS Fixer
7070
run: |
7171
# set environment variables in script
72-
export RULES=$(echo $'${{ inputs.rules }} ${{ inputs.add-rules }}'|tr -d '\n\t\r '|jq -s '.[0] * .[1]' -crM)
73-
export EXCLUDE_PATTERNS=$(echo $'${{ inputs.exclude-patterns }}'|tr -d '\n\t\r ')
72+
export RULES=$(echo ${{ inputs.rules }} ${{ inputs.add-rules }}|tr -d '\n\t\r '|jq -s '.[0] * .[1]' -crM)
73+
export EXCLUDE_PATTERNS=$(echo ${{ inputs.exclude-patterns }}|tr -d '\n\t\r ')
7474
7575
# use config path only if EXCLUDE_PATTERN is empty
7676
CMD_PATH=$([ "$EXCLUDE_PATTERNS" = "" ] && echo "$CONFIG_PATH" || echo "")

0 commit comments

Comments
 (0)