Skip to content

api_function_getgithubactionsstepsummary

hugoalh edited this page Jul 9, 2023 · 7 revisions

Get-GitHubActionsStepSummary

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

Description

# Parameter Set: Content (Default)
Get-GitHubActionsStepSummary
  [-Raw]

# Parameter Set: Sizes
Get-GitHubActionsStepSummary
  -Sizes

Get the step summary.

Parameter

Raw

[Optional] <Switch> Whether to ignore newline characters and output the entire contents of a file in one string with the newlines preserved; By default, newline characters in a file are used as delimiters to separate the input into an array of strings.

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

Sizes

<Switch> Whether to get the sizes of the step summary instead of the contents of the step summary.

  • Parameter Set: Sizes
  • Position: Named
  • Accept Pipeline Input By Property Name: False ❌
  • Alias:
    • Size

Output

  • Content: <String> Step summary with the entire contents in one string.
  • Content: <String[]> Step summary with the entire contents in multiple strings separated by newline characters.
  • Sizes: <UInt32> Sizes of the step summary.

Guide

API

Enum

Enum Flag

Function

Function Alias

Clone this wiki locally