Skip to content

Commit a4338c8

Browse files
committed
fix(GHA): Fix annotation for renovate and dependabot
1 parent 26fba7f commit a4338c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-helm-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
for c in $(echo "$chars" | grep -o .); do
125125
title="${title//"$c"/_}"
126126
done
127-
yq -i '.annotations."artifacthub.io/changes" += "- kind: changed\n description: '$title'\n"' helm/defectdojo/Chart.yaml
127+
yq -i '.annotations."artifacthub.io/changes" += "- kind: changed\n description: '"$title"'\n"' helm/defectdojo/Chart.yaml
128128
git add helm/defectdojo/Chart.yaml
129129
git commit -m "ci: update Chart annotations from PR #${{ github.event.pull_request.number }}" || echo "No changes to commit"
130130

0 commit comments

Comments
 (0)