Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Env ¶
type Env struct {
CI bool
Home string
GithubWorkflow string
GithubRunID int64
GithubRunNumber int64
GithubAction string
GithubActions bool
GithubActor string
GithubRepository string
GithubEventName string
GithubEventPath string
GithubWorkspace string
GithubSHA string
GithubRef string
GithubHeadRef string
GithubBaseRef string
GithubToken string
}
Env contains the default environment variables.
https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token
type Run ¶
Run represents a Github run.
https://help.github.com/en/actions/reference/events-that-trigger-workflows
Click to show internal directories.
Click to hide internal directories.