mogeko/Latest Version
Checks and outputs the latest version of the specified repo.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | The repo that needs to be watched. | yes | — |
| refer | — | — | — |
| out | — | — | — |
| out_dir | — | — | — |
Outputs
| name | description |
|---|---|
| is_update | Are the any update for the tracked repo? |
| stable_ver | The latest stable version of the tracked repo. |
| result | The Result, a report of the latest version information of the repo being watched. |
| docker_tags | The `tags` information that can be used by `docker/metadata-action` action. |