public static function isGithubActionEnvironment() : bool { return false !== getenv('GITHUB_ACTIONS'); }