vimaster/The title of your GitHub Action

The description of your GitHub Action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
githubTokenWhen using --targetRepository, set this to a personal access token (PAT) is allowed to read code and create pull requests for the target repositoryyes
releaseStreams(Comma-separated list of) release streams to consider when determining the latest version. (Possible values: 'Stable', 'LTS', 'Beta', 'Alpha') [example: 'Stable', 'LTS,Stable', 'Stable,Beta,Alpha']yes
unityProjectPathPath to the Unity project root, if it's not the root of the repository this action runs on [example: 'unity-project', 'projects/game1']no""
targetRepositoryWhen attempting to target another repository, set this to '$OWNER/$NAME' (defaults to repository this action is run in)no${{ github.repository }}
pullRequestPrefixPrefix used by pull requests created by this action (defaults to 'unity')nounity
pullRequestLabels(Comma-separated list of) labels to add to pull requests created by this action. (Ensure that all labels used exist for this repository.)no
namedescription
has-never-versionA boolean value, indicating whether or not the current version is outdated.
current-unity-versionThe version of Unity of the project inside unityProjectPath.
newest-unity-versionThe newest available version of the specified release streams (might be identical to current-unity-version or "None" if no version is available for the specified release streams).