Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit b18ef69

Browse files
added grouping
1 parent dc83587 commit b18ef69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
- id: validate
2323
name: 'Unity Project Validation'
2424
run: |
25-
Write-Host "Unity Project Validation"
25+
Write-Host "::group::Unity Project Validation"
2626
$versionFile = "${{ inputs.version-file-path }}"
2727
$modulesString = "${{ inputs.modules }}"
2828
$modules = $modulesString.Split(" ")
@@ -211,5 +211,6 @@ runs:
211211
Write-Host ""
212212
Write-Host "UnityEditor path set to: $editorPath"
213213
Write-Host "::set-output name=editor-path::$editorPath"
214+
Write-Host "::endgroup::"
214215
exit 0
215216
shell: pwsh

0 commit comments

Comments
 (0)