File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ runs:
271
271
clang-tools -i ${{ inputs.version }} -b
272
272
273
273
# Install color output requirements if enabled
274
- case "${{ env. CPP_LINTER_COLOR }} " in
274
+ case "$CPP_LINTER_COLOR" in
275
275
"true" | "on" | "1")
276
276
pip install -r "$GITHUB_ACTION_PATH/color-requirements.txt"
277
277
;;
@@ -318,9 +318,9 @@ runs:
318
318
319
319
# Install color output requirements if enabled
320
320
$colorEnabled = "true","on","1"
321
- if ( $colorEnabled.contains("${{ env. CPP_LINTER_COLOR }} ") )
321
+ if ( $colorEnabled.contains("$env: CPP_LINTER_COLOR") )
322
322
{
323
- pip install -r "$GITHUB_ACTION_PATH/color-requirements.txt"
323
+ pip install -r "$env: GITHUB_ACTION_PATH/color-requirements.txt"
324
324
}
325
325
326
326
- name : Run cpp-linter (Windows)
You can’t perform that action at this time.
0 commit comments