return None url param for tag_push

This commit is contained in:
jesopo 2019-10-20 13:34:41 +01:00
parent e0403aa3d2
commit b152c5e3a7

View file

@ -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 = []