mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2025-04-27 15:20:33 +05:30
fix(ci): Disable explicit start in YAML configuration for release notes
This commit is contained in:
parent
d17699b12d
commit
afbfd2417f
2
.github/scripts/renovate-releasenotes.py
vendored
2
.github/scripts/renovate-releasenotes.py
vendored
@ -112,7 +112,7 @@ def main(
|
|||||||
|
|
||||||
yaml = YAML(typ=['rt', 'string'])
|
yaml = YAML(typ=['rt', 'string'])
|
||||||
yaml.indent(mapping=2, sequence=4, offset=2)
|
yaml.indent(mapping=2, sequence=4, offset=2)
|
||||||
yaml.explicit_start = True
|
yaml.explicit_start = False
|
||||||
yaml.preserve_quotes = True
|
yaml.preserve_quotes = True
|
||||||
yaml.width = 4096
|
yaml.width = 4096
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user