Skip to content

Commit 7b6c3ef

Browse files
committed
Update description
1 parent 345716c commit 7b6c3ef

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

hugoalh.GitHubActionsToolkit/module/command-file.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Function Add-FileCommand {
4040
.SYNOPSIS
4141
GitHub Actions - Clear File Command
4242
.DESCRIPTION
43-
Clear file command that set in the current step.
43+
Clear the file command that set in the current step.
4444
.PARAMETER FileCommand
4545
File command.
4646
.OUTPUTS

hugoalh.GitHubActionsToolkit/module/environment-variable.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Function Add-PATH {
7070
.SYNOPSIS
7171
GitHub Actions - Clear Environment Variable
7272
.DESCRIPTION
73-
Clear environment variable that set in the current step.
73+
Clear the environment variables that set in the current step.
7474
.OUTPUTS
7575
[Void]
7676
#>
@@ -87,7 +87,7 @@ Set-Alias -Name 'Remove-EnvironmentVariable' -Value 'Clear-EnvironmentVariable'
8787
.SYNOPSIS
8888
GitHub Actions - Clear PATH
8989
.DESCRIPTION
90-
Clear PATH that set in the current step.
90+
Clear the PATHs that set in the current step.
9191
.OUTPUTS
9292
[Void]
9393
#>

hugoalh.GitHubActionsToolkit/module/parameter.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Import-Module -Name @(
77
.SYNOPSIS
88
GitHub Actions - Clear Output
99
.DESCRIPTION
10-
Clear output that set in the current step.
10+
Clear the outputs that set in the current step.
1111
.OUTPUTS
1212
[Void]
1313
#>
@@ -22,7 +22,7 @@ Set-Alias -Name 'Remove-Output' -Value 'Clear-Output' -Option 'ReadOnly' -Scope
2222
.SYNOPSIS
2323
GitHub Actions - Clear State
2424
.DESCRIPTION
25-
Clear state that set in the current step.
25+
Clear the states that set in the current step.
2626
.OUTPUTS
2727
[Void]
2828
#>

0 commit comments

Comments
 (0)