mirror of
https://github.com/go-i2p/go-github-sync.git
synced 2025-07-03 13:55:18 -04:00
sync-on-push
This commit is contained in:
@ -81,6 +81,7 @@ func generateWorkflowYAML(data WorkflowTemplate) (string, error) {
|
||||
workflow := map[string]interface{}{
|
||||
"name": "Sync Primary Repository to GitHub Mirror",
|
||||
"on": map[string]interface{}{
|
||||
"push": map[string]interface{}{},
|
||||
"schedule": []map[string]string{
|
||||
{"cron": data.CronSchedule},
|
||||
},
|
||||
|
Reference in New Issue
Block a user