scylladb-actions/Get version from specified source
Get version from specified source
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source | Version source, one of: dockerhub-imagetag, maven-artifact, github-release, github-tag | yes | — |
| repo | Repository name. Examples for dockerhub: ubuntu or alpine/git; for github: golang/go or scylladb/scylla | no | — |
| prefix | Version prefix | no | — |
| out-no-prefix | Remove prefix from output | no | false |
| mvn-group | Artifact group to search on the maven | no | — |
| mvn-artifact-id | Artifact ID to search on the maven | no | — |
| filters | Filters to apply to versions. Example: "LAST.*.*" | no | — |
| github-token | GitHub API token for authenticated requests (increases rate limit from 60 to 5000 requests/hour) | no | "" |
Outputs
| name | description |
|---|---|
| versions | Found versions |