From 7ba6bf06319af00e00cd048952eed436530305cd Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 12 May 2024 20:11:39 +0300 Subject: [PATCH] Update frontmatter.sh Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- .github/scripts/frontmatter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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