Summary
	
    Gets a 
GitHubActionsProvider instance that can be used to
    obtain information from the GitHub Actions environment.
    
Syntax
	[CakePropertyAlias(Cache = true)]
[CakeNamespaceImport("Cake.Common.Build.GitHubActions")]
[CakeNamespaceImport("Cake.Common.Build.GitHubActions.Data")]
public static IGitHubActionsProvider GitHubActions(this ICakeContext context)
	Examples
	
    var isGitHubActionsBuild = GitHubActions.IsRunningOnGitHubActions;
     
	Attributes
	
		
			
				
					
						| Type | Description | 
				
					
						| CakePropertyAliasAttribute | An attribute used to mark script property aliases. | 
					
						| CakeNamespaceImportAttribute | An attribute used to hint Cake about additional namespaces that need
    to be imported for an alias to work. This attribute can mark an
    extension method, the extension method class, or the assembly to provide a global set of imports. | 
					
						| CakeNamespaceImportAttribute | An attribute used to hint Cake about additional namespaces that need
    to be imported for an alias to work. This attribute can mark an
    extension method, the extension method class, or the assembly to provide a global set of imports. | 
			
		 
	 	
	Parameters
		
	Return Value