Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GitHubActions ¶
type GitHubActions struct {
}
func (*GitHubActions) GetCurrentBranch ¶
func (gha *GitHubActions) GetCurrentBranch() string
func (*GitHubActions) GetCurrentSHA ¶
func (gha *GitHubActions) GetCurrentSHA() string
func (*GitHubActions) IsBranchRef ¶
func (gha *GitHubActions) IsBranchRef() bool
func (*GitHubActions) Name ¶
func (gha *GitHubActions) Name() string
func (*GitHubActions) RunCondition ¶
func (gha *GitHubActions) RunCondition(config map[string]string) error
Click to show internal directories.
Click to hide internal directories.