Skip to content

api_function_addgithubactionsstepsummarysuperscripttext

hugoalh edited this page Dec 27, 2023 · 7 revisions

Add-GitHubActionsStepSummarySuperscriptText

πŸ‘Ž Deprecated

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

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

  • Add-GitHubActionsStepSummarySuperscriptText
      [-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 superscript 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