Skip to content

api_function_addgithubactionsstepsummarysubscripttext

hugoalh edited this page Dec 27, 2023 · 7 revisions

Add-GitHubActionsStepSummarySubscriptText

πŸ‘Ž Deprecated

This is officially deprecated, maybe throw warning in the latest version, and maybe remove in the future version.

Add subscript text for the step to display on the summary page of a run.

  • Add-GitHubActionsStepSummarySubscriptText
      [-Text] <String>
      [-NoNewLine]

Parameter

NoNewLine

[Optional] <Switch> Whether to not add a new line or carriage return to the content; The string representations of the input objects are concatenated to form the output, no spaces or newlines are inserted between the output strings, no newline is added after the last output string.

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

Text

<String> A string that need to subscript text.

  • Position: 0
  • Accept Pipeline Input: False ❌
  • Accept Pipeline Input By Property Name: False ❌
  • Accept Wildcard Characters: False ❌
  • Alias:
    • Input
    • InputObject
    • Object

Output

<Void>

Guide

API

Enum

Enum Flag

Function

Function Alias

Clone this wiki locally