Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetLatestRelease ¶
GetLatestRelease searches for the latest release of a GitHub action. The actionName should be in the format "org/repo/optional_subpath".
func GetLatestReleaseWithSHA ¶
func GetLatestReleaseWithSHA(token string, actionName string, currentVersion string) (string, string, error)
GetLatestReleaseWithSHA searches for the latest release of a GitHub action and returns both the version and SHA. The actionName should be in the format "org/repo/optional_subpath".
Types ¶
type ReleaseInfo ¶
Click to show internal directories.
Click to hide internal directories.