Documentation
¶
Index ¶
- type Actions
- func (p *Actions) GetActor() (string, error)
- func (p *Actions) GetOwnerAndRepo() (string, string, error)
- func (p *Actions) GetTag() (string, error)
- func (p *Actions) GetTemplateFile() string
- func (p *Actions) GetWorkDirectory() string
- func (p *Actions) IsPreRelease(owner, repo, tag string) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Actions ¶
type Actions struct{}
Actions implements provider interface
func (*Actions) GetOwnerAndRepo ¶
GetOwnerAndRepo gets the owner and repo from the env
func (*Actions) GetTemplateFile ¶
GetTemplateFile returns the template file
func (*Actions) GetWorkDirectory ¶
GetWorkDirectory gets workdir
Click to show internal directories.
Click to hide internal directories.