Skip to content

Commit

Permalink
🩹 [Refactor]: Replace Add-Mask function with Add-GitHubMask for i…
Browse files Browse the repository at this point in the history
…mproved clarity and maintainability
  • Loading branch information
MariusStorhaug committed Nov 27, 2024
1 parent 05178c0 commit b2f49a1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
filter Add-Mask {
filter Add-GitHubMask {
<#
.SYNOPSIS
Masks a value in a log
Expand All @@ -22,7 +22,7 @@
.NOTES
[Masking a value in a log](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#masking-a-value-in-a-log)
#>
[Alias('Mask')]
[Alias('Mask', 'Add-Mask')]
[Diagnostics.CodeAnalysis.SuppressMessageAttribute(
'PSAvoidLongLines', '', Scope = 'Function',
Justification = 'Long documentation URL'
Expand Down

0 comments on commit b2f49a1

Please sign in to comment.