chore(ci): fix typo

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Stavros Kois
2024-01-04 23:03:57 +02:00
committed by GitHub
parent 6d3f41316e
commit 9a6b741a54
+1 -1
View File
@@ -230,7 +230,7 @@ jobs:
echo "---"
echo "title: some title"
echo "---"
elif
else
echo "Not bad title found, continuing..."
title=$(cat "${file}" | grep "title: " | sed 's/title: //' | head -n 1)
echo "The title is: ${title}"