This repository was archived by the owner on Jul 16, 2026. It is now read-only.
v1.0.2
馃┕ [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 theSet-GitHubLogGroupfunction, which encapsulates commands within a log group for GitHub Actions. It includes support for creating named log groups using the-Nameparameter and executing a providedScriptBlock. An aliasLogGroupis 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