fix
This commit is contained in:
parent
17e751ea21
commit
5686d1c79f
@ -34,8 +34,8 @@ class GitlabPipelineSkill(Skill):
|
|||||||
data = await self._rest_call(site, api_url, "get")
|
data = await self._rest_call(site, api_url, "get")
|
||||||
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']}\n"
|
||||||
Name: {i['name']} Status: {i['status']} ```\n"
|
f"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