mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2025-04-27 15:20:33 +05:30
chore(ci): That definitely did not work like planned
This commit is contained in:
parent
1a8fd95e53
commit
c1e94ff244
4
.github/scripts/renovate-releasenotes.py
vendored
4
.github/scripts/renovate-releasenotes.py
vendored
@ -189,7 +189,9 @@ def main(
|
|||||||
})
|
})
|
||||||
|
|
||||||
if annotations:
|
if annotations:
|
||||||
annotations_string = yaml.dump(annotations)
|
# Instead of trying to dump the list of annotations directly, we'll treat it as a string
|
||||||
|
annotations_list = [yaml.dump(item).rstrip() for item in annotations]
|
||||||
|
annotations_string = "\n".join(annotations_list)
|
||||||
|
|
||||||
if "annotations" not in new_chart_metadata:
|
if "annotations" not in new_chart_metadata:
|
||||||
new_chart_metadata["annotations"] = CommentedMap()
|
new_chart_metadata["annotations"] = CommentedMap()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user