Skip to content

Commit d4e696a

Browse files
committed
Update readme
1 parent aa592bb commit d4e696a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,10 @@ Import-Module -Name 'hugoalh.GitHubActionsToolkit' -Prefix 'GitHubActions' -Scop
9292

9393
### Example
9494

95-
```ps1
96-
Set-GitHubActionsOutput -Name 'foo' -Value 'bar'
97-
```
98-
99-
```ps1
100-
Write-GitHubActionNotice -Message 'Hello, world!'
101-
```
102-
![Result of `Write-GitHubActionNotice -Message 'Hello, world!'`](./_asset/example_notice.png "Result of `Write-GitHubActionNotice -Message 'Hello, world!'`")
95+
- ```ps1
96+
Set-GitHubActionsOutput -Name 'foo' -Value 'bar'
97+
```
98+
- ```ps1
99+
Write-GitHubActionNotice -Message 'Hello, world!'
100+
```
101+
![Result of `Write-GitHubActionNotice -Message 'Hello, world!'`](./_asset/example_notice.png "Result of `Write-GitHubActionNotice -Message 'Hello, world!'`")

0 commit comments

Comments
 (0)