We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc83587 commit b18ef69Copy full SHA for b18ef69
1 file changed
action.yml
@@ -22,7 +22,7 @@ runs:
22
- id: validate
23
name: 'Unity Project Validation'
24
run: |
25
- Write-Host "Unity Project Validation"
+ Write-Host "::group::Unity Project Validation"
26
$versionFile = "${{ inputs.version-file-path }}"
27
$modulesString = "${{ inputs.modules }}"
28
$modules = $modulesString.Split(" ")
@@ -211,5 +211,6 @@ runs:
211
Write-Host ""
212
Write-Host "UnityEditor path set to: $editorPath"
213
Write-Host "::set-output name=editor-path::$editorPath"
214
+ Write-Host "::endgroup::"
215
exit 0
216
shell: pwsh
0 commit comments