Skip to content

Commit 9939acb

Browse files
committed
add separator
1 parent 130b3ea commit 9939acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/activities/action.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func (at ActionType) String() string {
123123
case ActionAutoMergePullRequest:
124124
return "auto_merge_pull_request"
125125
default:
126-
return "action" + strconv.Itoa(int(at))
126+
return "action-" + strconv.Itoa(int(at))
127127
}
128128
}
129129

0 commit comments

Comments
 (0)