codecatalyst-runner/pkg/actions/environment.go (
4
lines of code) (
raw
):
package actions // Environment to use with the Action type Environment struct { Required bool `yaml:"Required"` // if true, the action requires an environment }