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"])
|
author = utils.irc.bold(data["user_username"])
|
||||||
action = "created" if create else "deleted"
|
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):
|
def push(self, full_name, data):
|
||||||
outputs = []
|
outputs = []
|
||||||
|
|
Loading…
Reference in a new issue