vimaster/The title of your GitHub Action
The description of your GitHub Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| githubToken | When using --targetRepository, set this to a personal access token (PAT) is allowed to read code and create pull requests for the target repository | yes | — |
| 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 | — |
| unityProjectPath | Path to the Unity project root, if it's not the root of the repository this action runs on [example: 'unity-project', 'projects/game1'] | no | "" |
| targetRepository | When attempting to target another repository, set this to '$OWNER/$NAME' (defaults to repository this action is run in) | no | ${{ github.repository }} |
| pullRequestPrefix | Prefix used by pull requests created by this action (defaults to 'unity') | no | unity |
| 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 | — |
Outputs
| name | description |
|---|---|
| has-never-version | A boolean value, indicating whether or not the current version is outdated. |
| current-unity-version | The version of Unity of the project inside unityProjectPath. |
| newest-unity-version | The 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). |