File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ A PowerShell module to provide a better and easier way for GitHub Actions to com
24
24
25
25
* For the official documentation, please visit [ GitHub Repository Wiki] ( https://github.com/hugoalh-studio/ghactions-toolkit-powershell/wiki ) .*
26
26
27
- ### Getting Started
27
+ ### Getting Started (Excerpt)
28
28
29
29
#### Install
30
30
@@ -40,7 +40,7 @@ Install-Module -Name 'hugoalh.GitHubActionsToolkit'
40
40
Import-Module -Name 'hugoalh.GitHubActionsToolkit' -Scope Local
41
41
```
42
42
43
- ### Function
43
+ ### Function (Excerpt)
44
44
45
45
- ` Add-GHActionsEnvironmentVariable `
46
46
- ` Add-GHActionsPATH `
@@ -67,7 +67,7 @@ Import-Module -Name 'hugoalh.GitHubActionsToolkit' -Scope Local
67
67
- ` Write-GHActionsNotice `
68
68
- ` Write-GHActionsWarning `
69
69
70
- ### Example
70
+ ### Example (Excerpt)
71
71
72
72
``` ps1
73
73
Set-GHActionsOutput -Name 'foo' -Value 'bar'
You can’t perform that action at this time.
0 commit comments