1
0
Fork 0
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:
Ryan 2021-08-30 15:38:03 +00:00 committed by GitHub
parent 50611146fb
commit 266865c070
3 changed files with 59 additions and 19 deletions

View file

@ -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"`