diff --git a/octo/actions/workflow.go b/octo/actions/workflow.go index 72bac7bb..bc2fc875 100644 --- a/octo/actions/workflow.go +++ b/octo/actions/workflow.go @@ -34,6 +34,7 @@ type Job struct { RunsOn []VirtualEnvironment `yaml:"runs-on,omitempty"` Outputs map[string]string `yaml:",omitempty"` Env map[string]string `yaml:",omitempty"` + Environment map[string]string `yaml:",omitempty"` Defaults Defaults `yaml:",omitempty"` If string `yaml:",omitempty"` Steps []Step `yaml:",omitempty"`