pew-actions/PlayEveryWare/action-unity-info

Build metadata information about a Unity project

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
pathyes.
project-versionOptional path to the Unity ProjectVersion.txt file. If this is empty, the action will attempt to locate the file automatically. This automatic discovery will only succeed if there is exactly one ProjectSettings/ProjectVersion.txt file in the root folder. This path is relative to the path input above. no
check-imageIf true, will check if the proper Unity image for the project is built and available on the PlayEveryWare container registry. This requires a GitHub access token with read permissions to the Unity image on the container registry yestrue
image-tokenAccess token used for the container registryno${{ github.token }}
namedescription
project-pathPath to the Unity Project
unity-versionUnity version of the project
unity-changesetChangeset corresponding to unity-version
library-folder-existsBoolean indicating the existence of the Unity Library/ folder
image-nameURL to the PlayEveryWare base Unity container image for the project version
image-existsBoolean indicating the existence of the PlayEveryWare Unity container image. This value is only defined with the input check-image is set to true.