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-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 providedScriptBlock
. An aliasLogGroup
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