-
-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Open
Labels
Description
Description
- Missing vars
gitea/services/actions/workflow.go
Lines 158 to 166 in 40f71bc
workflows, err = jobparser.Parse(content, jobparser.WithGitContext(giteaCtx.ToGitHubContext()), jobparser.WithInputs(inputsWithDefaults)) if err != nil { return err } if len(workflows) > 0 && workflows[0].RunName != "" { run.Title = workflows[0].RunName } - Missing github, gitea
and run-name codelatter defined in caller of this function
gitea/services/actions/schedule_tasks.go
Lines 128 to 133 in 40f71bc
// Parse the workflow specification from the cron schedule workflows, err := jobparser.Parse(cron.Content, jobparser.WithVars(vars)) if err != nil { return err } wfRawConcurrency, err := jobparser.ReadWorkflowRawConcurrency(cron.Content)
Gitea Version
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
Code Audit
Database
None