Fix bug (#31)
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:
parent
3daf313205
commit
83fb85f702
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue