Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 02 Jun 00:04
33fe31e

馃┕ [Patch]: Add Set-GitHubLogGroup function for logging in GitHub Actions (#4)

Description

This pull request introduces a new PowerShell function, Set-GitHubLogGroup, in the scripts/Helpers/Helpers.psm1 file. The function provides a DSL approach for grouping log lines in GitHub Actions workflows, improving log organization and readability.

New functionality for GitHub Actions:

  • scripts/Helpers/Helpers.psm1: Added the Set-GitHubLogGroup function, which encapsulates commands within a log group for GitHub Actions. It includes support for creating named log groups using the -Name parameter and executing a provided ScriptBlock. An alias LogGroup is also defined for convenience.

Type of change

  • 馃摉 [Docs]
  • 馃 [Fix]
  • 馃┕ [Patch]
  • 鈿狅笍 [Security fix]
  • 馃殌 [Feature]
  • 馃専 [Breaking change]

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas