Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FreeDiskSpace ¶ added in v0.0.31
FreeDiskSpace will free up space on disk. There is a lot of cruft on the github actions runners. Here are a few interesting links:
Types ¶
type GithubActions ¶
type GithubActions struct {
Env *env.Env
Actions *githubactions.Action
}
func (*GithubActions) AddStepOutput ¶ added in v0.0.57
func (g *GithubActions) AddStepOutput(key string, value string)
func (*GithubActions) GitRef ¶
func (g *GithubActions) GitRef() string
func (*GithubActions) GitRepository ¶
func (g *GithubActions) GitRepository() string
func (*GithubActions) GitSHA ¶
func (g *GithubActions) GitSHA() string
func (*GithubActions) IncrementalID ¶
func (g *GithubActions) IncrementalID() string
func (*GithubActions) Name ¶
func (g *GithubActions) Name() string
Click to show internal directories.
Click to hide internal directories.