diff --git a/.github/workflows/filename-check.yml b/.github/workflows/filename-check.yml index aa3704fc..2b955476 100644 --- a/.github/workflows/filename-check.yml +++ b/.github/workflows/filename-check.yml @@ -16,7 +16,7 @@ jobs: echo "Hello" all_files=$(find doc/manual -type f) echo $all_files - files_with_caps=$(find doc/manual -type f | grep -E "[A-Z]") + files_with_caps=$("find doc/manual -type f | grep -E '[A-Z]'") echo $files_with_caps # if [ ! -z "$files_with_caps" ]; then # echo "Files with capital letters:"