fix: toml2json
Some checks failed
checks / build (push) Failing after 48s
checks / build (pull_request) Failing after 43s

This commit is contained in:
zzjc1234 2024-09-20 10:30:33 +08:00
parent 7287acb67a
commit 2eae418bf3

View File

@ -108,7 +108,7 @@ func commitMsgToConf() (conf Conf, err error) {
return
}
file := "conf.toml"
file := "conf.json"
msg := commit.Message
slog.Debug("commit msg to conf", "msg", msg)