dvershinin/Get Last Version
Get the latest stable version of a GitHub project or other software
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action | The action to perform (e.g., get) | no | get |
| repository | Repository URL or software name | no | — |
| branch | Branch name (optional) | no | — |
| format | The output format of the result (version, json, or assets) | no | version |
| extra_args | Extra args | no | — |
| github_token | GitHub token (optional) | no | — |
| working_directory | The working directory for the action | no | ./ |
Outputs
| name | description |
|---|---|
| last_version | The latest stable version |