Skip to content

generate-reports

Actions

About

GitHub Action that generates Minecraft default reports
v1.0.1
Latest
Star (0)

Generate Reports

GitHub Action that generates Minecraft default reports.

Test Action

Usage

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'

Inputs

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:
  • warn: Output a warning but do not fail the action
  • error: Fail the action with an error message
  • ignore: Do not output any warnings or errors, the action does not fail

License

The scripts and documentation in this project are released under the GPLv3 License.

generate-reports is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

GitHub Action that generates Minecraft default reports
v1.0.1
Latest

generate-reports is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.