Skip to content

Commit eec151f

Browse files
committed
20231109A
1 parent 186b18c commit eec151f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
'Add-SummaryRaw',
132132
'Add-SummarySubscript',
133133
'Add-SummarySuperscript',
134+
'Clear-Env',
134135
'Disable-CommandEcho',
135136
'Disable-CommandProcess',
136137
'Enable-CommandEcho',

hugoalh.GitHubActionsToolkit/module/environment-variable.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ Export-ModuleMember -Function @(
159159
'Clear-PATH',
160160
'Set-EnvironmentVariable'
161161
) -Alias @(
162+
'Clear-Env',
162163
'Remove-Env',
163164
'Remove-EnvironmentVariable',
164165
'Remove-PATH',

0 commit comments

Comments
 (0)