We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0be9d commit da675abCopy full SHA for da675ab
1 file changed
sr-data/src/sr_data/steps/workflows.py
@@ -39,7 +39,7 @@ def main(repos, out):
39
ymls = []
40
if workflows and not isinstance(workflows, float):
41
ymls = [
42
- file.strip()
+ file
43
for file in workflows.split(",")
44
if file.endswith((".yml", ".yaml"))
45
]
0 commit comments