@@ -48,7 +48,6 @@ Import-Module -Name 'hugoalh.GitHubActionsToolkit' -Prefix 'GitHubActions' -Scop
48
48
49
49
| ** Legend** | ** Description** |
50
50
| :-:| :--|
51
- | 🧪 | ** Experimental:** This is in testing, maybe available in the latest version and/or future version. |
52
51
| 🔘 | ** NodeJS Wrapper:** This dependents and requires NodeJS to invoke. |
53
52
54
53
#### Function
@@ -68,30 +67,30 @@ Import-Module -Name 'hugoalh.GitHubActionsToolkit' -Prefix 'GitHubActions' -Scop
68
67
- ` Enable-GitHubActionsProcessingCommands `
69
68
- ` Enter-GitHubActionsLogGroup `
70
69
- ` Exit-GitHubActionsLogGroup `
71
- - ` Expand-GitHubActionsToolCacheCompressedFile ` 🧪 🔘
72
- - ` Export-GitHubActionsArtifact ` 🧪 🔘
73
- - ` Find-GitHubActionsToolCache ` 🧪 🔘
70
+ - ` Expand-GitHubActionsToolCacheCompressedFile ` 🔘
71
+ - ` Export-GitHubActionsArtifact ` 🔘
72
+ - ` Find-GitHubActionsToolCache ` 🔘
74
73
- ` Get-GitHubActionsInput `
75
74
- ` Get-GitHubActionsIsDebug `
76
- - ` Get-GitHubActionsOpenIdConnectToken ` 🧪
75
+ - ` Get-GitHubActionsOpenIdConnectToken `
77
76
- ` Get-GitHubActionsState `
78
77
- ` Get-GitHubActionsStepSummary `
79
78
- ` Get-GitHubActionsWebhookEventPayload `
80
79
- ` Get-GitHubActionsWorkflowRunUri `
81
- - ` Import-GitHubActionsArtifact ` 🧪 🔘
82
- - ` Invoke-GitHubActionsToolCacheToolDownloader ` 🧪 🔘
83
- - ` Register-GitHubActionsToolCacheDirectory ` 🧪 🔘
84
- - ` Register-GitHubActionsToolCacheFile ` 🧪 🔘
80
+ - ` Import-GitHubActionsArtifact ` 🔘
81
+ - ` Invoke-GitHubActionsToolCacheToolDownloader ` 🔘
82
+ - ` Register-GitHubActionsToolCacheDirectory ` 🔘
83
+ - ` Register-GitHubActionsToolCacheFile ` 🔘
85
84
- ` Remove-GitHubActionsProblemMatcher `
86
85
- ` Remove-GitHubActionsStepSummary `
87
- - ` Restore-GitHubActionsCache ` 🧪 🔘
88
- - ` Save-GitHubActionsCache ` 🧪 🔘
86
+ - ` Restore-GitHubActionsCache ` 🔘
87
+ - ` Save-GitHubActionsCache ` 🔘
89
88
- ` Set-GitHubActionsEnvironmentVariable `
90
89
- ` Set-GitHubActionsOutput `
91
90
- ` Set-GitHubActionsState `
92
91
- ` Set-GitHubActionsStepSummary `
93
92
- ` Test-GitHubActionsEnvironment `
94
- - ` Test-GitHubActionsNodeJsEnvironment ` 🧪
93
+ - ` Test-GitHubActionsNodeJsEnvironment `
95
94
- ` Write-GitHubActionsAnnotation `
96
95
- ` Write-GitHubActionsCommand `
97
96
- ` Write-GitHubActionsDebug `
0 commit comments