jedipunkz/Detect Minecraft Bedrock Versions
Detects and updates Minecraft Bedrock Edition versions (stable and preview) from official Microsoft API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| output-file | Path to the output JSON file | no | versions.json |
| commit-changes | Whether to commit changes if versions are updated | no | false |
Outputs
| name | description |
|---|---|
| updated | Whether versions were updated (true/false) |
| stable-version | Latest stable version |
| preview-version | Latest preview version |
| has-changes | Whether there are changes to commit |