@@ -46,19 +46,22 @@ Import-Module -Name 'hugoalh.GitHubActionsToolkit' -Scope 'Local'
46
46
- ` Add-GitHubActionsPATH `
47
47
- ` Add-GitHubActionsProblemMatcher `
48
48
- ` Add-GitHubActionsSecretMask `
49
- - ` Disable-GitHubActionsEchoCommand `
50
- - ` Disable-GitHubActionsProcessingCommand `
51
- - ` Enable-GitHubActionsEchoCommand `
52
- - ` Enable-GitHubActionsProcessingCommand `
49
+ - ` Add-GitHubActionsStepSummary `
50
+ - ` Disable-GitHubActionsEchoingCommands `
51
+ - ` Disable-GitHubActionsProcessingCommands `
52
+ - ` Enable-GitHubActionsEchoingCommands `
53
+ - ` Enable-GitHubActionsProcessingCommands `
53
54
- ` Enter-GitHubActionsLogGroup `
54
55
- ` Exit-GitHubActionsLogGroup `
55
56
- ` Get-GitHubActionsInput `
56
57
- ` Get-GitHubActionsIsDebug `
57
58
- ` Get-GitHubActionsState `
58
59
- ` Get-GitHubActionsWebhookEventPayload `
59
60
- ` Remove-GitHubActionsProblemMatcher `
61
+ - ` Remove-GitHubActionsStepSummary `
60
62
- ` Set-GitHubActionsOutput `
61
63
- ` Set-GitHubActionsState `
64
+ - ` Set-GitHubActionsStepSummary `
62
65
- ` Test-GitHubActionsEnvironment `
63
66
- ` Write-GitHubActionsAnnotation `
64
67
- ` Write-GitHubActionsCommand `
0 commit comments