Skip to content

Commit 05c4a4f

Browse files
committed
20220110B
1 parent 03f080e commit 05c4a4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psm1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function Add-GHActionsPATH {
186186
.SYNOPSIS
187187
GitHub Actions - Add Problem Matcher
188188
.DESCRIPTION
189-
Problem matchers are a way to scan the output of actions for a specified regular expression pattern and automatically surface that information prominently in the user interface, both GitHub Annotations and log file decorations are created when a match is detected. For more information, please visit https://github.com/actions/toolkit/blob/main/docs/problem-matchers.md.
189+
Problem matchers are a way to scan the output of actions for a specified regular expression pattern and automatically surface that information prominently in the user interface, both annotations and log file decorations are created when a match is detected. For more information, please visit https://github.com/actions/toolkit/blob/main/docs/problem-matchers.md.
190190
.PARAMETER Path
191191
Relative path to the JSON file problem matcher.
192192
.OUTPUTS
@@ -459,9 +459,9 @@ Set-Alias -Name 'Get-GHActionsPayload' -Value 'Get-GHActionsWebhookEventPayload'
459459
.SYNOPSIS
460460
GitHub Actions - Remove Problem Matcher
461461
.DESCRIPTION
462-
Remove problem matcher.
462+
Remove problem matcher that previously added from function `Add-GHActionsProblemMatcher`.
463463
.PARAMETER Owner
464-
Owner of the problem matcher.
464+
Owner of the problem matcher that previously added from function `Add-GHActionsProblemMatcher`.
465465
.OUTPUTS
466466
Void
467467
#>

0 commit comments

Comments
 (0)