Skip to content

api_function_writegithubactionsraw

hugoalh edited this page Mar 24, 2023 · 10 revisions

Write-GitHubActionsRaw

  • Type: Function
  • In Version: >= v0.5.0

Description

Write-GitHubActionsRaw [-InputObject] <Any> [-GroupTitle <String>]

Print anything to the log without accidentally execute any commands.

Parameter

GroupTitle

[Optional] <String> Title of the log group; This creates an expandable group in the log, and anything are inside this expandable group in the log.

  • Position: Named
  • Accept Pipeline Input: False ❌
  • Accept Pipeline Input By Property Name: False ❌
  • Accept Wildcard Characters: False ❌
  • Alias:
    • GroupHeader
    • Header
    • Title

InputObject

<Any> Item that need to log.

  • Position: 0
  • Accept Pipeline Input: True βœ”
  • Accept Pipeline Input By Property Name: True βœ”
  • Alias:
    • Content
    • Input
    • Message
    • Object

Output

<Void>

Guide

API

Enum

Enum Flag

Function

Function Alias

Clone this wiki locally