boite-nl/Query Github Releases
Query Github releases and retrieve information about this release which can be used in other actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`. | no | ${{ github.token }} |
| draft | Get Draft Release | — | false |
| exclude-draft | Exclude Draft Releases | — | — |
| prerelease | Get Prerelease | — | false |
| range | Get Semver Versions from within a specific Range | — | — |
| release | Get Release | — | false |
| select | Which release do you want to retrieve? (latest, previous, oldest, max, min, specific release) | — | latest |
Outputs
| name | description |
|---|---|
| found | A release is found |
| id | The Release ID |
| name | The name for the release |
| tag_name | The tag name for the release |
| body | Description of the Release |
| url | The URL of the Release |