Skip to content

Commit 339638e

Browse files
committed
fix: add file name on unmarshal to trigger file push
1 parent 0a652fd commit 339638e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

file.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ func (file *File) UnmarshalYAML(node *yaml.Node) error {
3535
if err != nil {
3636
return err
3737
}
38+
file.Name = *lfiv.FromFile
3839
file.Content = fc
3940
return nil
4041
}

0 commit comments

Comments
 (0)