ParseRawOn support schedules #29

Merged
appleboy merged 2 commits from lunny/act:lunny/parse_on_schedule into main 2023-03-24 12:15:47 +00:00
Owner
Fix gitea/act_runner#71
lunny added the
kind
feature
label 2023-03-24 07:01:35 +00:00
lunny added 1 commit 2023-03-24 07:01:36 +00:00
ParseRawOn support schedules
All checks were successful
check and test
8eca124856
wolfogre approved these changes 2023-03-24 07:13:24 +00:00
Zettat123 reviewed 2023-03-24 07:18:04 +00:00
@ -198,0 +221,4 @@
}
schedules[i] = make(map[string]string, len(vv))
for k, vvv := range vv {
schedules[i][k] = vvv.(string)
Member

use s, ok := vvv.(string) to avoid panic?

use `s, ok := vvv.(string)` to avoid panic?
lunny marked this conversation as resolved
lunny added 1 commit 2023-03-24 08:29:32 +00:00
Zettat123 approved these changes 2023-03-24 10:00:09 +00:00
appleboy merged commit 7c5400d75b into main 2023-03-24 12:15:47 +00:00
appleboy deleted branch lunny/parse_on_schedule 2023-03-24 12:15:47 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gitea/act#29
No description provided.