We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26fba7f commit a4338c8Copy full SHA for a4338c8
1 file changed
.github/workflows/test-helm-chart.yml
@@ -124,7 +124,7 @@ jobs:
124
for c in $(echo "$chars" | grep -o .); do
125
title="${title//"$c"/_}"
126
done
127
- yq -i '.annotations."artifacthub.io/changes" += "- kind: changed\n description: '$title'\n"' helm/defectdojo/Chart.yaml
+ yq -i '.annotations."artifacthub.io/changes" += "- kind: changed\n description: '"$title"'\n"' helm/defectdojo/Chart.yaml
128
git add helm/defectdojo/Chart.yaml
129
git commit -m "ci: update Chart annotations from PR #${{ github.event.pull_request.number }}" || echo "No changes to commit"
130
0 commit comments