This commit is contained in:
Andrey Sokolovskiy 2024-06-12 23:42:19 +07:00
parent 3356de3421
commit 6c289a00c6

View File

@ -35,7 +35,7 @@ class GitlabPipelineSkill(Skill):
return_text = f"*For site {site} latest - Pipline*\n"
for i in data["results"]:
return_text = f"{return_text}```Pipeline ID: {i['id']} Project ID: {i['project_id']}
Name: {i['name']}` Status: {i['status']} ``\n"
Name: {i['name']}` Status: {i['status']} ``\n"
return return_text
async def _get_help(self):