File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
hugoalh.GitHubActionsToolkit/module Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
. SYNOPSIS
5
5
GitHub Actions (Private) - Format Command Parameter Value
6
6
. DESCRIPTION
7
- Format command parameter value characters that can cause issues.
7
+ Format the command parameter value characters that can cause issues.
8
8
. PARAMETER InputObject
9
- String that need to format command parameter value characters.
9
+ String that need to format the command parameter value characters.
10
10
. OUTPUTS
11
- [String] A string that formatted command parameter value characters.
11
+ [String] A string that formatted the command parameter value characters.
12
12
#>
13
13
Function Format-CommandParameterValue {
14
14
[CmdletBinding ()]
@@ -26,11 +26,11 @@ Set-Alias -Name 'Format-CommandPropertyValue' -Value 'Format-CommandParameterVal
26
26
. SYNOPSIS
27
27
GitHub Actions (Private) - Format Command Value
28
28
. DESCRIPTION
29
- Format command value characters that can cause issues.
29
+ Format the command value characters that can cause issues.
30
30
. PARAMETER InputObject
31
- String that need to format command value characters.
31
+ String that need to format the command value characters.
32
32
. OUTPUTS
33
- [String] A string that formatted command value characters.
33
+ [String] A string that formatted the command value characters.
34
34
#>
35
35
Function Format-CommandValue {
36
36
[CmdletBinding ()]
You can’t perform that action at this time.
0 commit comments