Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -244,7 +244,7 @@ jobs:
|
|||||||
title=$(cat "${file}" | grep "title: " | sed 's/title: //' | head -n 1)
|
title=$(cat "${file}" | grep "title: " | sed 's/title: //' | head -n 1)
|
||||||
echo "The title is: ${title}"
|
echo "The title is: ${title}"
|
||||||
# Create a markdown link using the file name and title
|
# Create a markdown link using the file name and title
|
||||||
filename="${fullfile##*/}"
|
filename="${filename##*/}"
|
||||||
filenameURL=${filename%.*}
|
filenameURL=${filename%.*}
|
||||||
filenameURL=${filenameURL,,}
|
filenameURL=${filenameURL,,}
|
||||||
link="[**${title}**](./${filenameURL})"
|
link="[**${title}**](./${filenameURL})"
|
||||||
|
|||||||
Reference in New Issue
Block a user