test
This commit is contained in:
parent
3356de3421
commit
6c289a00c6
@ -35,7 +35,7 @@ class GitlabPipelineSkill(Skill):
|
|||||||
return_text = f"*For site {site} latest - Pipline*\n"
|
return_text = f"*For site {site} latest - Pipline*\n"
|
||||||
for i in data["results"]:
|
for i in data["results"]:
|
||||||
return_text = f"{return_text}```Pipeline ID: {i['id']} Project ID: {i['project_id']}
|
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
|
return return_text
|
||||||
|
|
||||||
async def _get_help(self):
|
async def _get_help(self):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user