chore(scripts): print title
This commit is contained in:
@@ -269,6 +269,7 @@ jobs:
|
||||
echo "The title is: ${title}"
|
||||
# Create a markdown link using the file name and title
|
||||
link="[**${title}**](./${filename})"
|
||||
echo "The link is: ${link}"
|
||||
if [ ${filename} != "index.md" ]; then
|
||||
# Append the link to the index.md file
|
||||
echo "- ${link}" >> website/docs/charts/${train}/${chart}/index.md
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: sonarr
|
||||
version: 19.0.9
|
||||
version: 19.0.10
|
||||
appVersion: 4.0.0.741
|
||||
description: Smart PVR for newsgroup and bittorrent users
|
||||
home: https://truecharts.org/charts/stable/sonarr
|
||||
|
||||
Reference in New Issue
Block a user