Skip to content

api_function_entergithubactionsloggroup

hugoalh edited this page Nov 10, 2023 · 5 revisions

Enter-GitHubActionsLogGroup

  • Type: Function
  • In Version: >= v0.3.0
  • Alias:
    • Enter-GitHubActionsGroup

Create a foldable group in the log; Anything write to the log are inside this foldable group in the log.

  • # >= v2.0.0
    Enter-GitHubActionsLogGroup
      [[-Title] <String>]
  • # < v2.0.0
    Enter-GitHubActionsLogGroup
      [-Title] <String>

Parameter

Title

  • (>= v2.0.0) [Optional] <String> Title of the foldable group.
  • (< v2.0.0) <String> Title of the foldable group.

β€’

  • Position: 0
  • Accept Pipeline Input: False ❌
  • Accept Pipeline Input By Property Name: False ❌
  • Accept Wildcard Characters: False ❌
  • Alias:
    • Header
    • (>= v2.0.0) Label
    • Summary

Output

<Void>

Guide

API

Enum

Enum Flag

Function

Function Alias

Clone this wiki locally