fix gitea workflow path and runner label
Build docker and publish / build (20.15.1) (push) Failing after 8m21s

This commit is contained in:
2026-03-04 06:33:14 -08:00
parent 6c8f22adc8
commit a01570b59d
22 changed files with 1153 additions and 92 deletions
+1
View File
@@ -16,6 +16,7 @@ const (
type (
SendEmailPayload struct {
Type string `json:"type"`
Scene string `json:"scene,omitempty"`
Email string `json:"to"`
Subject string `json:"subject"`
Content map[string]interface{} `json:"content"`