File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
hugoalh.GitHubActionsToolkit/module Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Function Add-FileCommand {
40
40
. SYNOPSIS
41
41
GitHub Actions - Clear File Command
42
42
. DESCRIPTION
43
- Clear file command that set in the current step.
43
+ Clear the file command that set in the current step.
44
44
. PARAMETER FileCommand
45
45
File command.
46
46
. OUTPUTS
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Function Add-PATH {
70
70
. SYNOPSIS
71
71
GitHub Actions - Clear Environment Variable
72
72
. DESCRIPTION
73
- Clear environment variable that set in the current step.
73
+ Clear the environment variables that set in the current step.
74
74
. OUTPUTS
75
75
[Void]
76
76
#>
@@ -87,7 +87,7 @@ Set-Alias -Name 'Remove-EnvironmentVariable' -Value 'Clear-EnvironmentVariable'
87
87
. SYNOPSIS
88
88
GitHub Actions - Clear PATH
89
89
. DESCRIPTION
90
- Clear PATH that set in the current step.
90
+ Clear the PATHs that set in the current step.
91
91
. OUTPUTS
92
92
[Void]
93
93
#>
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Import-Module -Name @(
7
7
. SYNOPSIS
8
8
GitHub Actions - Clear Output
9
9
. DESCRIPTION
10
- Clear output that set in the current step.
10
+ Clear the outputs that set in the current step.
11
11
. OUTPUTS
12
12
[Void]
13
13
#>
@@ -22,7 +22,7 @@ Set-Alias -Name 'Remove-Output' -Value 'Clear-Output' -Option 'ReadOnly' -Scope
22
22
. SYNOPSIS
23
23
GitHub Actions - Clear State
24
24
. DESCRIPTION
25
- Clear state that set in the current step.
25
+ Clear the states that set in the current step.
26
26
. OUTPUTS
27
27
[Void]
28
28
#>
You can’t perform that action at this time.
0 commit comments