Skip to content

api_function_addgithubactionssummaryheader

hugoalh edited this page Dec 27, 2023 · 3 revisions

Add-GitHubActionsSummaryHeader

  • Type: Function
  • In Version: >= v2.0.0

Add header for the current step to display on the summary page of a run.

  • Add-GitHubActionsSummaryHeader
      [-Level] <Byte>
      [-Header] <String>

Parameter

Header

<String> Title of the header.

  • Position: 1
  • Accept Pipeline Input: False ❌
  • Accept Pipeline Input By Property Name: False ❌
  • Accept Wildcard Characters: False ❌
  • Alias:
    • Title
    • Value

Level

<Byte> Level of the header, in range 1~6.

  • Position: 0
  • Accept Pipeline Input: False ❌
  • Accept Pipeline Input By Property Name: False ❌

Output

<Void>

Guide

API

Enum

Enum Flag

Function

Function Alias

Clone this wiki locally