Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider interface {
GetTag() (string, error)
GetActor() (string, error)
GetOwnerAndRepo() (string, string, error)
GetWorkDirectory() string
GetTemplateFile() string
}
Provider defines CI/CD provider interface
func GetProvider ¶
func GetProvider() Provider
GetProvider returns the CI/CD provider e.g. github-actions or circle-ci
Click to show internal directories.
Click to hide internal directories.