Reviewed-on: https://gitea.com/gitea/act/pulls/31
Reviewed-by: Jason Song <i@wolfogre.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
Lunny Xiao 2023-03-26 21:01:46 +08:00 committed by Jason Song
parent 3daf313205
commit 83fb85f702

View file

@ -180,7 +180,7 @@ func ParseRawOn(rawOn *yaml.Node) ([]*Event, error) {
if v == nil { if v == nil {
res = append(res, &Event{ res = append(res, &Event{
Name: k, Name: k,
Acts: map[string][]string{}, acts: map[string][]string{},
}) })
continue continue
} }