return None url param for tag_push
This commit is contained in:
parent
e0403aa3d2
commit
b152c5e3a7
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class GitLab(object):
|
|||
author = utils.irc.bold(data["user_username"])
|
||||
action = "created" if create else "deleted"
|
||||
|
||||
return ["%s %s a tag: %s" % (author, action, tag)]
|
||||
return [["%s %s a tag: %s" % (author, action, tag), None]
|
||||
|
||||
def push(self, full_name, data):
|
||||
outputs = []
|
||||
|
|
Loading…
Reference in a new issue