Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDefaultGithubLogger ¶
NewDefaultGithubLogger creates a github logger with the default log.Logger set
Types ¶
type GithubLogger ¶
type GithubLogger struct {
// contains filtered or unexported fields
}
GithubLogger logger for Github Actions
func (*GithubLogger) Debug ¶
func (l *GithubLogger) Debug(msg string)
Debug logs a debug message to view debug logs the Github secret ACTIONS_RUNNER_DEBUG must be set to true https://docs.github.com/en/actions/configuring-and-managing-workflows/managing-a-workflow-run#enabling-debug-logging
func (*GithubLogger) Warning ¶
func (l *GithubLogger) Warning(msg string)
Warning logs a warning message
Click to show internal directories.
Click to hide internal directories.