Skip to content

Commit f919002

Browse files
committed
20220621A
1 parent 802b5e1 commit f919002

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hugoalh.GitHubActionsToolkit/module/command-control.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Import-Module -Name @(
66
[String[]]$GitHubActionsCommands = @(
77
'add-mask',
88
'add-matcher',
9-
'add-path',
9+
'add-path',# Legacy
1010
'debug',
1111
'echo',
1212
'endgroup',
@@ -15,7 +15,7 @@ Import-Module -Name @(
1515
'notice',
1616
'remove-matcher',
1717
'save-state',
18-
'set-env',
18+
'set-env',# Legacy
1919
'set-output',
2020
'stop-commands'
2121
'warning'

0 commit comments

Comments
 (0)