File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -92,11 +92,10 @@ Import-Module -Name 'hugoalh.GitHubActionsToolkit' -Prefix 'GitHubActions' -Scop
92
92
93
93
### Example
94
94
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!'` ")
You can’t perform that action at this time.
0 commit comments