imurashka/Get Unity version and changeset
Returns Unity version and changeset based on project path
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| project_path | Path to Unity project. Used to find Unity version | yes | ${{ github.workspace }} |
| version_env | The name of environment variable to store the version. Keep empty if you don't want to store it. | no | "" |
| changeset_env | The name of environment variable to store the changeset. Keep empty if you don't want to store it. | no | "" |
Outputs
| name | description |
|---|---|
| version | Unity version. |
| changeset | Unity version changeset. |