mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-11 17:50:58 +00:00
feat: improve list (#786)
This commit is contained in:
parent
50611146fb
commit
266865c070
3 changed files with 59 additions and 19 deletions
|
@ -15,6 +15,7 @@ import (
|
|||
|
||||
// Workflow is the structure of the files in .github/workflows
|
||||
type Workflow struct {
|
||||
File string
|
||||
Name string `yaml:"name"`
|
||||
RawOn yaml.Node `yaml:"on"`
|
||||
Env map[string]string `yaml:"env"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue