GitHub Action that generates Minecraft default reports.
jobs:
generate-reports:
runs-on: ubuntu-latest
steps:
- name: 'Generate reports to "./default_reports"'
id: generate_reports
uses: MinecraftPlayground/generate-reports@main
with:
version: 'latest-snapshot'
path: './default_reports'| Key | Required? | Type | Default | Description |
|---|---|---|---|---|
version |
No | string |
latest-release |
Minecraft version to generate reports for or one of latest-release/latest-snapshot. |
path |
No | string |
./default |
Relative path under $GITHUB_WORKSPACE to place the reports. |
manifest-url |
No | string |
https://piston-meta.mojang.com/mc/game/version_manifest_v2.json |
URL to the Minecraft manifest API. |
if-version-is-invalid |
No | warn | error | ignore |
warn |
The desired behavior if the provided version is invalid. Possible values:
|
The scripts and documentation in this project are released under the GPLv3 License.