Get unityVersion from ProjectVersion.txt (#84)

This commit is contained in:
David Finol
2020-12-28 05:02:31 -06:00
committed by GitHub
parent a067c3d5ab
commit 0c3e710069
6 changed files with 59 additions and 5 deletions

View File

@@ -4,8 +4,8 @@ description: 'Run tests for any Unity project.'
inputs:
unityVersion:
required: false
default: '2019.2.11f1'
description: 'Version of unity to use for testing the project.'
default: 'auto'
description: 'Version of unity to use for testing the project. Use "auto" to get from your ProjectSettings/ProjectVersion.txt'
customImage:
required: false
default: ''