Skip to content

api_function_addgithubactionsstepsummarylink

hugoalh edited this page Dec 27, 2023 · 7 revisions

Add-GitHubActionsStepSummaryLink

πŸ‘Ž Deprecated

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

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

Important

Not support reference link!

  • Add-GitHubActionsStepSummaryLink
      [-Text] <String>
      [-Uri] <String>
      [-Title <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> Text of the link.

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

Title

[Optional] <String> Title of the link.

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

Uri

<String> URI of the link.

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

Output

<Void>

Guide

API

Enum

Enum Flag

Function

Function Alias

Clone this wiki locally