Skip to content

Commit d2230f8

Browse files
committed
Update README
1 parent e12b724 commit d2230f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A PowerShell module to provide a better and easier way for GitHub Actions to com
2424

2525
*For the official documentation, please visit [GitHub Repository Wiki](https://github.com/hugoalh-studio/ghactions-toolkit-powershell/wiki).*
2626

27-
### Getting Started
27+
### Getting Started (Excerpt)
2828

2929
#### Install
3030

@@ -40,7 +40,7 @@ Install-Module -Name 'hugoalh.GitHubActionsToolkit'
4040
Import-Module -Name 'hugoalh.GitHubActionsToolkit' -Scope Local
4141
```
4242

43-
### Function
43+
### Function (Excerpt)
4444

4545
- `Add-GHActionsEnvironmentVariable`
4646
- `Add-GHActionsPATH`
@@ -67,7 +67,7 @@ Import-Module -Name 'hugoalh.GitHubActionsToolkit' -Scope Local
6767
- `Write-GHActionsNotice`
6868
- `Write-GHActionsWarning`
6969

70-
### Example
70+
### Example (Excerpt)
7171

7272
```ps1
7373
Set-GHActionsOutput -Name 'foo' -Value 'bar'

0 commit comments

Comments
 (0)