diff --git a/.github/scripts/frontmatter.sh b/.github/scripts/frontmatter.sh index 49ec89350cc..001c9f2199a 100755 --- a/.github/scripts/frontmatter.sh +++ b/.github/scripts/frontmatter.sh @@ -1,6 +1,6 @@ #!/bin/bash -file_path=$1 +file_path="$1" base_cmd="yq --front-matter=process" # Check if the file has valid front matter