Fix double ref_type in push event when removing branch or tag
This commit is contained in:
parent
3bcc39b4d3
commit
c2303737ba
|
@ -70,7 +70,7 @@ module PushEvent
|
|||
if new_ref?
|
||||
"pushed new"
|
||||
elsif rm_ref?
|
||||
"removed #{ref_type}"
|
||||
"removed"
|
||||
else
|
||||
"pushed to"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue